#EDDF7E

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

Shades of Light Goldenrod #EDDF7E

Tints of Light Goldenrod #EDDF7E

Color information

#EDDF7E (or 0xEDDF7E) is unknown color: approx Light Goldenrod. HEX triplet: ED, DF and 7E. RGB value is (237,223,126). Sum of RGB (Red+Green+Blue) = 237+223+126=586 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.44% from 586); Green value is 223 (87.5% from 255 or 38.05% from 586); Blue value is 126 (49.61% from 255 or 21.50% from 586); Max value from RGB is 237 - color contains mainly: red. Hex color #EDDF7E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EDDF7E is #122081. Grayscale: #D8D8D8. Windows color (decimal): -1187970 or 8314861. OLE color: 8314861.

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

Color convert

RGB237223126-
CMYK00.060.470.07
HSL52.43º75.51%71.18%-
HSV(B)52.43º46.84%92.94%-
XYZ65.0872.2930.26-
YUV216.1377.14142.89-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.44%
GREEN value IS 223 (87.5% from 255) = 38.05%
BLUE value IS 126 (49.61% from 255) = 21.50%
R=40.44%
G=38.05%
B=21.50%

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
Decimal23722312600.060.470.0752.4375.5171.18
HexEDDF7E062F7344c47
Octal3553371760657764114107
Binary11101101110111111111110011010111111111010010011001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDF7E; }

 p { color: rgb(237,223,126); }

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

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

 a { background-color: rgb(237,223,126); }

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

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

 span { border-color: rgb(237,223,126); }

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