#EED485

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

Shades of Buff #EED485

Tints of Buff #EED485

Color information

#EED485 (or 0xEED485) is unknown color: approx Buff. HEX triplet: EE, D4 and 85. RGB value is (238,212,133). Sum of RGB (Red+Green+Blue) = 238+212+133=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 212 (83.20% from 255 or 36.36% from 583); Blue value is 133 (52.34% from 255 or 22.81% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EED485 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED485 is #112B7A. Grayscale: #D3D3D3. Windows color (decimal): -1125243 or 8770798. OLE color: 8770798.

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

Color convert

RGB238212133-
CMYK00.110.440.07
HSL45.14º75.54%72.75%-
HSV(B)45.14º44.12%93.33%-
XYZ63.0466.9631.79-
YUV210.7784.11147.42-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 212 (83.20% from 255) = 36.36%
BLUE value IS 133 (52.34% from 255) = 22.81%
R=40.82%
G=36.36%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821213300.110.440.0745.1475.5472.75
HexEED4850B2C72d4c49
Octal35632420501354755114111
Binary1110111011010100100001010101110110011110110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED485; }

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

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

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

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

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

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

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

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