Html Css Color HEX #EED487 Buff

📋 copy color: '#EED487'

red 238 ◦ green 212 ◦ blue 135

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

Shades of Buff #EED487

Tints of Buff #EED487

RGB

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

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

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

R = 40.68%
G = 36.24%
B = 23.08%

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

#EED487 (or 0xEED487) is known color: Buff. HEX triplet: EE, D4 and 87. RGB value is (238,212,135). Sum of RGB (Red+Green+Blue) = 238+212+135=585 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.68% from 585); Green value is 212 (83.20% from 255 or 36.24% from 585); Blue value is 135 (53.12% from 255 or 23.08% from 585); Max value from RGB is 238 - color contains mainly: red. Hex color #EED487 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED487 is #112B78. Grayscale: #D3D3D3. Windows color (decimal): -1125241 or 8901870. OLE color: 8901870.

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

Color convert

RGB 238 212 135 -
CMYK 0 0.11 0.43 0.07
HSL 44.85º 0.75% 0.73% -
HSV(B) 44.85º 0.43% 0.93% -
XYZ 63.18 67.01 32.53 -
YUV 211 85.11 147.26 -
System Red Green Blue C M Y K H S L
Decimal 238 212 135 0 0.11 0.43 0.07 44.85 0.75 0.73
Hex EE D4 87 0 B 2B 7 2D 4B 49
Octal 356 324 207 0 13 53 7 55 113 111
Binary 11101110 11010100 10000111 0 1011 101011 111 101101 1001011 1001001

Color Harmonies of #EED487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EED487

Black with #EED487

Text Example


Text Example

White with #EED487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EED487; }

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

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

background-color css

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

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

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

border-color css

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

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

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