#EED584

Color #EED584 Buff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Buff #EED584

Tints of Buff #EED584

Color information

#EED584 (or 0xEED584) is unknown color: approx Buff. HEX triplet: EE, D5 and 84. RGB value is (238,213,132). Sum of RGB (Red+Green+Blue) = 238+213+132=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 132 (51.95% from 255 or 22.64% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED584 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED584 is #112A7B. Grayscale: #D3D3D3. Windows color (decimal): -1124988 or 8705518. OLE color: 8705518.

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

Color convert

RGB238213132-
CMYK00.110.450.07
HSL45.85º75.71%72.55%-
HSV(B)45.85º44.54%93.33%-
XYZ63.2267.4331.51-
YUV211.2483.28147.09-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 132 (51.95% from 255) = 22.64%
R=40.82%
G=36.54%
B=22.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821313200.110.450.0745.8575.7172.55
HexEED5840B2D72e4c49
Octal35632520401355756114111
Binary1110111011010101100001000101110110111110111010011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED584; }

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

 H1.HeaderClassName
 {
   color: #EED584;
 }
 .AnyTagClassName
 {
   color: #EED584;
 }
</style>
background-color css

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

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

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

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

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

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