Html Css Color HEX #EED589 Buff

📋 copy color: '#EED589'

red 238 ◦ green 213 ◦ blue 137

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

Shades of Buff #EED589

Tints of Buff #EED589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 23.3%

R = 40.48%
G = 36.22%
B = 23.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.42

 K value IS 0.07

RGB Variations

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

Color information

#EED589 (or 0xEED589) is known color: Buff. HEX triplet: EE, D5 and 89. RGB value is (238,213,137). Sum of RGB (Red+Green+Blue) = 238+213+137=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 137 (53.91% from 255 or 23.30% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EED589 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED589 is #112A76. Grayscale: #D4D4D4. Windows color (decimal): -1124983 or 9033198. OLE color: 9033198.

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

Color convert

RGB 238 213 137 -
CMYK 0 0.11 0.42 0.07
HSL 45.15º 0.75% 0.74% -
HSV(B) 45.15º 0.42% 0.93% -
XYZ 63.57 67.57 33.36 -
YUV 211.81 85.78 146.68 -
System Red Green Blue C M Y K H S L
Decimal 238 213 137 0 0.11 0.42 0.07 45.15 0.75 0.74
Hex EE D5 89 0 B 2A 7 2D 4B 4A
Octal 356 325 211 0 13 52 7 55 113 112
Binary 11101110 11010101 10001001 0 1011 101010 111 101101 1001011 1001010

Color Harmonies of #EED589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED589

Black with #EED589

Text Example


Text Example

White with #EED589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED589; }

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

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

background-color css

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

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

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

border-color css

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

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

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