Html Css Color HEX #EED58E Buff

📋 copy color: '#EED58E'

red 238 ◦ green 213 ◦ blue 142

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

Shades of Buff #EED58E

Tints of Buff #EED58E

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.92%

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

R = 40.13%
G = 35.92%
B = 23.95%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.40

 K value IS 0.07

RGB Variations

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

Color information

#EED58E (or 0xEED58E) is known color: Buff. HEX triplet: EE, D5 and 8E. RGB value is (238,213,142). Sum of RGB (Red+Green+Blue) = 238+213+142=593 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.13% from 593); Green value is 213 (83.59% from 255 or 35.92% from 593); Blue value is 142 (55.86% from 255 or 23.95% from 593); Max value from RGB is 238 - color contains mainly: red. Hex color #EED58E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED58E is #112A71. Grayscale: #D4D4D4. Windows color (decimal): -1124978 or 9360878. OLE color: 9360878.

HSL color Cylindrical-coordinate representation of color #EED58E: hue angle of 44.38º 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 #EED58E is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 213 142 -
CMYK 0 0.11 0.40 0.07
HSL 44.38º 0.74% 0.75% -
HSV(B) 44.38º 0.4% 0.93% -
XYZ 63.94 67.72 35.29 -
YUV 212.38 88.28 146.27 -
System Red Green Blue C M Y K H S L
Decimal 238 213 142 0 0.11 0.40 0.07 44.38 0.74 0.75
Hex EE D5 8E 0 B 28 7 2C 4A 4B
Octal 356 325 216 0 13 50 7 54 112 113
Binary 11101110 11010101 10001110 0 1011 101000 111 101100 1001010 1001011

Color Harmonies of #EED58E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED58E

Black with #EED58E

Text Example


Text Example

White with #EED58E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED58E; }

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

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

background-color css

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

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

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

border-color css

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

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

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