Html Css Color HEX #EED787 Buff

📋 copy color: '#EED787'

red 238 ◦ green 215 ◦ blue 135

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

Shades of Buff #EED787

Tints of Buff #EED787

RGB

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

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

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

R = 40.48%
G = 36.56%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EED787 (or 0xEED787) is known color: Buff. HEX triplet: EE, D7 and 87. RGB value is (238,215,135). Sum of RGB (Red+Green+Blue) = 238+215+135=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 215 (84.38% from 255 or 36.56% from 588); Blue value is 135 (53.12% from 255 or 22.96% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED787 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED787 is #112878. Grayscale: #D5D5D5. Windows color (decimal): -1124473 or 8902638. OLE color: 8902638.

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

Color convert

RGB 238 215 135 -
CMYK 0 0.10 0.43 0.07
HSL 46.6º 0.75% 0.73% -
HSV(B) 46.6º 0.43% 0.93% -
XYZ 63.93 68.53 32.78 -
YUV 212.76 84.12 146 -
System Red Green Blue C M Y K H S L
Decimal 238 215 135 0 0.10 0.43 0.07 46.6 0.75 0.73
Hex EE D7 87 0 A 2B 7 2F 4B 49
Octal 356 327 207 0 12 53 7 57 113 111
Binary 11101110 11010111 10000111 0 1010 101011 111 101111 1001011 1001001

Color Harmonies of #EED787

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED787

Black with #EED787

Text Example


Text Example

White with #EED787

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED787; }

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

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

background-color css

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

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

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

border-color css

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

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

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