Html Css Color HEX #EED78E Buff

📋 copy color: '#EED78E'

red 238 ◦ green 215 ◦ blue 142

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

Shades of Buff #EED78E

Tints of Buff #EED78E

RGB

 RED value IS 238 (93.36% from 255) = 40%

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

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

R = 40%
G = 36.13%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EED78E (or 0xEED78E) is known color: Buff. HEX triplet: EE, D7 and 8E. RGB value is (238,215,142). Sum of RGB (Red+Green+Blue) = 238+215+142=595 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 142 (55.86% from 255 or 23.87% from 595); Max value from RGB is 238 - color contains mainly: red. Hex color #EED78E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED78E is #112871. Grayscale: #D5D5D5. Windows color (decimal): -1124466 or 9361390. OLE color: 9361390.

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

Color convert

RGB 238 215 142 -
CMYK 0 0.10 0.40 0.07
HSL 45.63º 0.74% 0.75% -
HSV(B) 45.63º 0.4% 0.93% -
XYZ 64.44 68.73 35.46 -
YUV 213.56 87.62 145.44 -
System Red Green Blue C M Y K H S L
Decimal 238 215 142 0 0.10 0.40 0.07 45.63 0.74 0.75
Hex EE D7 8E 0 A 28 7 2E 4A 4B
Octal 356 327 216 0 12 50 7 56 112 113
Binary 11101110 11010111 10001110 0 1010 101000 111 101110 1001010 1001011

Color Harmonies of #EED78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED78E

Black with #EED78E

Text Example


Text Example

White with #EED78E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED78E; }

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

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

background-color css

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

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

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

border-color css

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

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

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