#EED385

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

Shades of Buff #EED385

Tints of Buff #EED385

Color information

#EED385 (or 0xEED385) is unknown color: approx Buff. HEX triplet: EE, D3 and 85. RGB value is (238,211,133). Sum of RGB (Red+Green+Blue) = 238+211+133=582 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.89% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 133 (52.34% from 255 or 22.85% from 582); Max value from RGB is 238 - color contains mainly: red. Hex color #EED385 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED385 is #112C7A. Grayscale: #D2D2D2. Windows color (decimal): -1125499 or 8770542. OLE color: 8770542.

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

Color convert

RGB238211133-
CMYK00.110.440.07
HSL44.57º75.54%72.75%-
HSV(B)44.57º44.12%93.33%-
XYZ62.7966.4631.71-
YUV210.1884.45147.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.89%
GREEN value IS 211 (82.81% from 255) = 36.25%
BLUE value IS 133 (52.34% from 255) = 22.85%
R=40.89%
G=36.25%
B=22.85%

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
Decimal23821113300.110.440.0744.5775.5472.75
HexEED3850B2C72d4c49
Octal35632320501354755114111
Binary1110111011010011100001010101110110011110110110011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED385; }

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

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

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

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

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

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

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

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