#EFE17D

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

Shades of Light Goldenrod #EFE17D

Tints of Light Goldenrod #EFE17D

Color information

#EFE17D (or 0xEFE17D) is unknown color: approx Light Goldenrod. HEX triplet: EF, E1 and 7D. RGB value is (239,225,125). Sum of RGB (Red+Green+Blue) = 239+225+125=589 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.58% from 589); Green value is 225 (88.28% from 255 or 38.20% from 589); Blue value is 125 (49.22% from 255 or 21.22% from 589); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE17D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFE17D is #101E82. Grayscale: #DADADA. Windows color (decimal): -1056387 or 8249839. OLE color: 8249839.

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

Color convert

RGB239225125-
CMYK00.060.480.06
HSL52.63º78.08%71.37%-
HSV(B)52.63º47.7%93.73%-
XYZ66.2273.6830.13-
YUV217.7975.64143.13-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.58%
GREEN value IS 225 (88.28% from 255) = 38.20%
BLUE value IS 125 (49.22% from 255) = 21.22%
R=40.58%
G=38.20%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922512500.060.480.0652.6378.0871.37
HexEFE17D06306354e47
Octal3573411750660665116107
Binary11101111111000011111101011011000011011010110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFE17D; }

 p { color: rgb(239,225,125); }

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

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

 a { background-color: rgb(239,225,125); }

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

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

 span { border-color: rgb(239,225,125); }

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