#EEDF7B

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

Shades of Light Goldenrod #EEDF7B

Tints of Light Goldenrod #EEDF7B

Color information

#EEDF7B (or 0xEEDF7B) is unknown color: approx Light Goldenrod. HEX triplet: EE, DF and 7B. RGB value is (238,223,123). Sum of RGB (Red+Green+Blue) = 238+223+123=584 (77% of max value = 765). Red value is 238 (93.36% from 255 or 40.75% from 584); Green value is 223 (87.5% from 255 or 38.18% from 584); Blue value is 123 (48.44% from 255 or 21.06% from 584); Max value from RGB is 238 - color contains mainly: red. Hex color #EEDF7B is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EEDF7B is #112084. Grayscale: #D8D8D8. Windows color (decimal): -1122437 or 8118254. OLE color: 8118254.

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

Color convert

RGB238223123-
CMYK00.060.480.07
HSL52.17º77.18%70.78%-
HSV(B)52.17º48.32%93.33%-
XYZ65.2272.3829.27-
YUV216.0875.47143.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 40.75%
GREEN value IS 223 (87.5% from 255) = 38.18%
BLUE value IS 123 (48.44% from 255) = 21.06%
R=40.75%
G=38.18%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23822312300.060.480.0752.1777.1870.78
HexEEDF7B06307344d47
Octal3563371730660764115107
Binary11101110110111111111011011011000011111010010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDF7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDF7B; }

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

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

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

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

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

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

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

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