#EAE9BA

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

Shades of Medium Goldenrod #EAE9BA

Tints of Medium Goldenrod #EAE9BA

Color information

#EAE9BA (or 0xEAE9BA) is unknown color: approx Medium Goldenrod. HEX triplet: EA, E9 and BA. RGB value is (234,233,186). Sum of RGB (Red+Green+Blue) = 234+233+186=653 (86% of max value = 765). Red value is 234 (91.80% from 255 or 35.83% from 653); Green value is 233 (91.41% from 255 or 35.68% from 653); Blue value is 186 (73.05% from 255 or 28.48% from 653); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE9BA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EAE9BA is #151645. Grayscale: #E4E4E4. Windows color (decimal): -1381958 or 12249578. OLE color: 12249578.

HSL color Cylindrical-coordinate representation of color #EAE9BA: hue angle of 58.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EAE9BA is Cyan = 0, Magento = 0.00, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB234233186-
CMYK00.000.210.08
HSL58.75º53.33%82.35%-
HSV(B)58.75º20.51%91.76%-
XYZ71.9379.3257.97-
YUV227.94104.33132.32-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 35.83%
GREEN value IS 233 (91.41% from 255) = 35.68%
BLUE value IS 186 (73.05% from 255) = 28.48%
R=35.83%
G=35.68%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23423318600.000.210.0858.7553.3382.35
HexEAE9BA001583b3552
Octal3523512720025107365122
Binary111010101110100110111010001010110001110111101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE9BA; }

 p { color: rgb(234,233,186); }

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

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

 a { background-color: rgb(234,233,186); }

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

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

 span { border-color: rgb(234,233,186); }

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