#EED58A

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

Shades of Buff #EED58A

Tints of Buff #EED58A

Color information

#EED58A (or 0xEED58A) is unknown color: approx Buff. HEX triplet: EE, D5 and 8A. RGB value is (238,213,138). Sum of RGB (Red+Green+Blue) = 238+213+138=589 (78% of max value = 765). Red value is 238 (93.36% from 255 or 40.41% from 589); Green value is 213 (83.59% from 255 or 36.16% from 589); Blue value is 138 (54.30% from 255 or 23.43% from 589); Max value from RGB is 238 - color contains mainly: red. Hex color #EED58A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EED58A is #112A75. Grayscale: #D4D4D4. Windows color (decimal): -1124982 or 9098734. OLE color: 9098734.

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

Color convert

RGB238213138-
CMYK00.110.420.07
HSL45º74.63%73.73%-
HSV(B)45º42.02%93.33%-
XYZ63.6467.633.74-
YUV211.9286.28146.6-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.41%
GREEN value IS 213 (83.59% from 255) = 36.16%
BLUE value IS 138 (54.30% from 255) = 23.43%
R=40.41%
G=36.16%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23821313800.110.420.074574.6373.73
HexEED58A0B2A72d4b4a
Octal35632521201352755113112
Binary1110111011010101100010100101110101011110110110010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EED58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EED58A; }

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

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

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

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

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

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

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

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