Html Css Color HEX #EED988 Buff

📋 copy color: '#EED988'

red 238 ◦ green 217 ◦ blue 136

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

Shades of Buff #EED988

Tints of Buff #EED988

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.72%

 BLUE value IS 136 (53.52% from 255) = 23.01%

R = 40.27%
G = 36.72%
B = 23.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EED988 (or 0xEED988) is known color: Buff. HEX triplet: EE, D9 and 88. RGB value is (238,217,136). Sum of RGB (Red+Green+Blue) = 238+217+136=591 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.27% from 591); Green value is 217 (85.16% from 255 or 36.72% from 591); Blue value is 136 (53.52% from 255 or 23.01% from 591); Max value from RGB is 238 - color contains mainly: red. Hex color #EED988 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED988 is #112677. Grayscale: #D6D6D6. Windows color (decimal): -1123960 or 8968686. OLE color: 8968686.

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

Color convert

RGB 238 217 136 -
CMYK 0 0.09 0.43 0.07
HSL 47.65º 0.75% 0.73% -
HSV(B) 47.65º 0.43% 0.93% -
XYZ 64.52 69.58 33.32 -
YUV 214.05 83.96 145.09 -
System Red Green Blue C M Y K H S L
Decimal 238 217 136 0 0.09 0.43 0.07 47.65 0.75 0.73
Hex EE D9 88 0 9 2B 7 30 4B 49
Octal 356 331 210 0 11 53 7 60 113 111
Binary 11101110 11011001 10001000 0 1001 101011 111 110000 1001011 1001001

Color Harmonies of #EED988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED988

Black with #EED988

Text Example


Text Example

White with #EED988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED988; }

 p { color: rgb(238,217,136); }

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

background-color css

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

 a { background-color: rgb(238,217,136); }

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

border-color css

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

 span { border-color: rgb(238,217,136); }

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