#EEE07E

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

Shades of Light Goldenrod #EEE07E

Tints of Light Goldenrod #EEE07E

Color information

#EEE07E (or 0xEEE07E) is unknown color: approx Light Goldenrod. HEX triplet: EE, E0 and 7E. RGB value is (238,224,126). Sum of RGB (Red+Green+Blue) = 238+224+126=588 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.48% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 126 (49.61% from 255 or 21.43% from 588); Max value from RGB is 238 - color contains mainly: red. Hex color #EEE07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEE07E is #111F81. Grayscale: #D9D9D9. Windows color (decimal): -1122178 or 8315118. OLE color: 8315118.

HSL color Cylindrical-coordinate representation of color #EEE07E: hue angle of 52.5º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EEE07E is Cyan = 0, Magento = 0.06, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB238224126-
CMYK00.060.470.07
HSL52.5º76.71%71.37%-
HSV(B)52.5º47.06%93.33%-
XYZ65.6872.9930.37-
YUV217.0176.64142.97-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.48%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 126 (49.61% from 255) = 21.43%
R=40.48%
G=38.10%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.47
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822412600.060.470.0752.576.7171.37
HexEEE07E062F7344d47
Octal3563401760657764115107
Binary11101110111000001111110011010111111111010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEE07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEE07E; }

 p { color: rgb(238,224,126); }

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

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

 a { background-color: rgb(238,224,126); }

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

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

 span { border-color: rgb(238,224,126); }

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