Html Css Color HEX #EED587 Buff

📋 copy color: '#EED587'

red 238 ◦ green 213 ◦ blue 135

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

Shades of Buff #EED587

Tints of Buff #EED587

RGB

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

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

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

R = 40.61%
G = 36.35%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.43

 K value IS 0.07

RGB Variations

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

Color information

#EED587 (or 0xEED587) is known color: Buff. HEX triplet: EE, D5 and 87. RGB value is (238,213,135). Sum of RGB (Red+Green+Blue) = 238+213+135=586 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.61% from 586); Green value is 213 (83.59% from 255 or 36.35% from 586); Blue value is 135 (53.12% from 255 or 23.04% from 586); Max value from RGB is 238 - color contains mainly: red. Hex color #EED587 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED587 is #112A78. Grayscale: #D3D3D3. Windows color (decimal): -1124985 or 8902126. OLE color: 8902126.

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

Color convert

RGB 238 213 135 -
CMYK 0 0.11 0.43 0.07
HSL 45.44º 0.75% 0.73% -
HSV(B) 45.44º 0.43% 0.93% -
XYZ 63.43 67.51 32.61 -
YUV 211.58 84.78 146.84 -
System Red Green Blue C M Y K H S L
Decimal 238 213 135 0 0.11 0.43 0.07 45.44 0.75 0.73
Hex EE D5 87 0 B 2B 7 2D 4B 49
Octal 356 325 207 0 13 53 7 55 113 111
Binary 11101110 11010101 10000111 0 1011 101011 111 101101 1001011 1001001

Color Harmonies of #EED587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED587

Black with #EED587

Text Example


Text Example

White with #EED587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED587; }

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

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

background-color css

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

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

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

border-color css

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

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

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