Html Css Color HEX #EED887 Buff

📋 copy color: '#EED887'

red 238 ◦ green 216 ◦ blue 135

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

Shades of Buff #EED887

Tints of Buff #EED887

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.67%

 BLUE value IS 135 (53.13% from 255) = 22.92%

R = 40.41%
G = 36.67%
B = 22.92%

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

#EED887 (or 0xEED887) is known color: Buff. HEX triplet: EE, D8 and 87. RGB value is (238,216,135). Sum of RGB (Red+Green+Blue) = 238+216+135=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 135 (53.12% from 255 or 22.92% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED887 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED887 is #112778. Grayscale: #D5D5D5. Windows color (decimal): -1124217 or 8902894. OLE color: 8902894.

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

Color convert

RGB 238 216 135 -
CMYK 0 0.09 0.43 0.07
HSL 47.18º 0.75% 0.73% -
HSV(B) 47.18º 0.43% 0.93% -
XYZ 64.19 69.04 32.86 -
YUV 213.34 83.79 145.59 -
System Red Green Blue C M Y K H S L
Decimal 238 216 135 0 0.09 0.43 0.07 47.18 0.75 0.73
Hex EE D8 87 0 9 2B 7 2F 4B 49
Octal 356 330 207 0 11 53 7 57 113 111
Binary 11101110 11011000 10000111 0 1001 101011 111 101111 1001011 1001001

Color Harmonies of #EED887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED887

Black with #EED887

Text Example


Text Example

White with #EED887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED887; }

 p { color: rgb(238,216,135); }

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

background-color css

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

 a { background-color: rgb(238,216,135); }

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

border-color css

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

 span { border-color: rgb(238,216,135); }

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