Html Css Color HEX #EDD78E Buff

📋 copy color: '#EDD78E'

red 237 ◦ green 215 ◦ blue 142

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

Shades of Buff #EDD78E

Tints of Buff #EDD78E

RGB

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

 GREEN value IS 215 (84.38% from 255) = 36.2%

 BLUE value IS 142 (55.86% from 255) = 23.91%

R = 39.9%
G = 36.2%
B = 23.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EDD78E (or 0xEDD78E) is known color: Buff. HEX triplet: ED, D7 and 8E. RGB value is (237,215,142). Sum of RGB (Red+Green+Blue) = 237+215+142=594 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.90% from 594); Green value is 215 (84.38% from 255 or 36.20% from 594); Blue value is 142 (55.86% from 255 or 23.91% from 594); Max value from RGB is 237 - color contains mainly: red. Hex color #EDD78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EDD78E is #122871. Grayscale: #D5D5D5. Windows color (decimal): -1190002 or 9361389. OLE color: 9361389.

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

Color convert

RGB 237 215 142 -
CMYK 0 0.09 0.40 0.07
HSL 46.11º 0.73% 0.74% -
HSV(B) 46.11º 0.4% 0.93% -
XYZ 64.11 68.56 35.45 -
YUV 213.26 87.79 144.94 -
System Red Green Blue C M Y K H S L
Decimal 237 215 142 0 0.09 0.40 0.07 46.11 0.73 0.74
Hex ED D7 8E 0 9 28 7 2E 49 4A
Octal 355 327 216 0 11 50 7 56 111 112
Binary 11101101 11010111 10001110 0 1001 101000 111 101110 1001001 1001010

Color Harmonies of #EDD78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDD78E

Black with #EDD78E

Text Example


Text Example

White with #EDD78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDD78E; }

 p { color: rgb(237,215,142); }

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

background-color css

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

 a { background-color: rgb(237,215,142); }

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

border-color css

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

 span { border-color: rgb(237,215,142); }

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