#EAE084

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

Shades of Light Goldenrod #EAE084

Tints of Light Goldenrod #EAE084

Color information

#EAE084 (or 0xEAE084) is unknown color: approx Light Goldenrod. HEX triplet: EA, E0 and 84. RGB value is (234,224,132). Sum of RGB (Red+Green+Blue) = 234+224+132=590 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.66% from 590); Green value is 224 (87.89% from 255 or 37.97% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 234 - color contains mainly: red. Hex color #EAE084 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EAE084 is #151F7B. Grayscale: #D8D8D8. Windows color (decimal): -1384316 or 8708330. OLE color: 8708330.

HSL color Cylindrical-coordinate representation of color #EAE084: hue angle of 54.12º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #EAE084 is Cyan = 0, Magento = 0.04, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB234224132-
CMYK00.040.440.08
HSL54.12º70.83%71.76%-
HSV(B)54.12º43.59%91.76%-
XYZ64.7572.4732.41-
YUV216.580.31140.48-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.66%
GREEN value IS 224 (87.89% from 255) = 37.97%
BLUE value IS 132 (51.95% from 255) = 22.37%
R=39.66%
G=37.97%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23422413200.040.440.0854.1270.8371.76
HexEAE084042C8364748
Octal35234020404541066107110
Binary1110101011100000100001000100101100100011011010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EAE084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EAE084; }

 p { color: rgb(234,224,132); }

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

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

 a { background-color: rgb(234,224,132); }

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

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

 span { border-color: rgb(234,224,132); }

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