#EFDE8A

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

Shades of Light Goldenrod #EFDE8A

Tints of Light Goldenrod #EFDE8A

Color information

#EFDE8A (or 0xEFDE8A) is unknown color: approx Light Goldenrod. HEX triplet: EF, DE and 8A. RGB value is (239,222,138). Sum of RGB (Red+Green+Blue) = 239+222+138=599 (79% of max value = 765). Red value is 239 (93.75% from 255 or 39.90% from 599); Green value is 222 (87.11% from 255 or 37.06% from 599); Blue value is 138 (54.30% from 255 or 23.04% from 599); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE8A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE8A is #102175. Grayscale: #D9D9D9. Windows color (decimal): -1057142 or 9101039. OLE color: 9101039.

HSL color Cylindrical-coordinate representation of color #EFDE8A: hue angle of 49.9º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EFDE8A is Cyan = 0, Magento = 0.07, Yellow = 0.42 and Black (K on CMYK) = 0.06.

Color convert

RGB239222138-
CMYK00.070.420.06
HSL49.9º75.94%73.92%-
HSV(B)49.9º42.26%93.73%-
XYZ66.3172.4334.53-
YUV217.5183.13143.33-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 39.90%
GREEN value IS 222 (87.11% from 255) = 37.06%
BLUE value IS 138 (54.30% from 255) = 23.04%
R=39.90%
G=37.06%
B=23.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.42
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922213800.070.420.0649.975.9473.92
HexEFDE8A072A6324c4a
Octal3573362120752662114112
Binary111011111101111010001010011110101011011001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE8A; }

 p { color: rgb(239,222,138); }

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

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

 a { background-color: rgb(239,222,138); }

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

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

 span { border-color: rgb(239,222,138); }

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