Html Css Color HEX #EED489 Buff

📋 copy color: '#EED489'

red 238 ◦ green 212 ◦ blue 137

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

Shades of Buff #EED489

Tints of Buff #EED489

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.12%

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

R = 40.55%
G = 36.12%
B = 23.34%

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

#EED489 (or 0xEED489) is known color: Buff. HEX triplet: EE, D4 and 89. RGB value is (238,212,137). Sum of RGB (Red+Green+Blue) = 238+212+137=587 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.55% from 587); Green value is 212 (83.20% from 255 or 36.12% from 587); Blue value is 137 (53.91% from 255 or 23.34% from 587); Max value from RGB is 238 - color contains mainly: red. Hex color #EED489 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED489 is #112B76. Grayscale: #D3D3D3. Windows color (decimal): -1125239 or 9032942. OLE color: 9032942.

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

Color convert

RGB 238 212 137 -
CMYK 0 0.11 0.42 0.07
HSL 44.55º 0.75% 0.74% -
HSV(B) 44.55º 0.42% 0.93% -
XYZ 63.32 67.07 33.28 -
YUV 211.22 86.11 147.1 -
System Red Green Blue C M Y K H S L
Decimal 238 212 137 0 0.11 0.42 0.07 44.55 0.75 0.74
Hex EE D4 89 0 B 2A 7 2D 4B 4A
Octal 356 324 211 0 13 52 7 55 113 112
Binary 11101110 11010100 10001001 0 1011 101010 111 101101 1001011 1001010

Color Harmonies of #EED489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED489

Black with #EED489

Text Example


Text Example

White with #EED489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED489; }

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

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

background-color css

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

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

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

border-color css

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

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

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