#EEDE7B

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

Shades of Light Goldenrod #EEDE7B

Tints of Light Goldenrod #EEDE7B

Color information

#EEDE7B (or 0xEEDE7B) is unknown color: approx Light Goldenrod. HEX triplet: EE, DE and 7B. RGB value is (238,222,123). Sum of RGB (Red+Green+Blue) = 238+222+123=583 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.82% from 583); Green value is 222 (87.11% from 255 or 38.08% from 583); Blue value is 123 (48.44% from 255 or 21.10% from 583); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDE7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDE7B is #112184. Grayscale: #D7D7D7. Windows color (decimal): -1122693 or 8117998. OLE color: 8117998.

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

Color convert

RGB238222123-
CMYK00.070.480.07
HSL51.65º77.18%70.78%-
HSV(B)51.65º48.32%93.33%-
XYZ64.9671.8529.18-
YUV215.575.8144.05-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.82%
GREEN value IS 222 (87.11% from 255) = 38.08%
BLUE value IS 123 (48.44% from 255) = 21.10%
R=40.82%
G=38.08%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822212300.070.480.0751.6577.1870.78
HexEEDE7B07307344d47
Octal3563361730760764115107
Binary11101110110111101111011011111000011111010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDE7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDE7B; }

 p { color: rgb(238,222,123); }

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

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

 a { background-color: rgb(238,222,123); }

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

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

 span { border-color: rgb(238,222,123); }

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