Html Css Color HEX #EDD48D Buff

📋 copy color: '#EDD48D'

red 237 ◦ green 212 ◦ blue 141

#EDD48D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buff #EDD48D

Tints of Buff #EDD48D

RGB

 RED value IS 237 (92.97% from 255) = 40.17%

 GREEN value IS 212 (83.2% from 255) = 35.93%

 BLUE value IS 141 (55.47% from 255) = 23.9%

R = 40.17%
G = 35.93%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.41

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#EDD48D (or 0xEDD48D) is known color: Buff. HEX triplet: ED, D4 and 8D. RGB value is (237,212,141). Sum of RGB (Red+Green+Blue) = 237+212+141=590 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.17% from 590); Green value is 212 (83.20% from 255 or 35.93% from 590); Blue value is 141 (55.47% from 255 or 23.90% from 590); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD48D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD48D is #122B72. Grayscale: #D3D3D3. Windows color (decimal): -1190771 or 9295085. OLE color: 9295085.

HSL color Cylindrical-coordinate representation of color #EDD48D: hue angle of 44.38º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EDD48D is Cyan = 0, Magento = 0.11, Yellow = 0.41 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 212 141 -
CMYK 0 0.11 0.41 0.07
HSL 44.38º 0.73% 0.74% -
HSV(B) 44.38º 0.41% 0.93% -
XYZ 63.28 67.01 34.8 -
YUV 211.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 237 212 141 0 0.11 0.41 0.07 44.38 0.73 0.74
Hex ED D4 8D 0 B 29 7 2C 49 4A
Octal 355 324 215 0 13 51 7 54 111 112
Binary 11101101 11010100 10001101 0 1011 101001 111 101100 1001001 1001010

Color Harmonies of #EDD48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD48D

Black with #EDD48D

Text Example


Text Example

White with #EDD48D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD48D; }

 p { color: rgb(237,212,141); }

 H1.HeaderClassName
 {
   color: #EDD48D;
 }
 .AnyTagClassName
 {
   color: #EDD48D;
 }
</style>

background-color css

<style>
 a { background-color: #EDD48D; }

 a { background-color: rgb(237,212,141); }

 div.DivClassName
 {
   background-color: #EDD48D;
 }
 .BgClassName
 {
   background-color: #EDD48D;
 }
</style>

border-color css

<style>
 span { border-color: #EDD48D; }

 span { border-color: rgb(237,212,141); }

 td.TdClassName
 {
   border-color: #EDD48D;
 }
 .TagClassName
 {
   border-color: #EDD48D;
 }
</style>