#EFDE82

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

Shades of Light Goldenrod #EFDE82

Tints of Light Goldenrod #EFDE82

Color information

#EFDE82 (or 0xEFDE82) is unknown color: approx Light Goldenrod. HEX triplet: EF, DE and 82. RGB value is (239,222,130). Sum of RGB (Red+Green+Blue) = 239+222+130=591 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.44% from 591); Green value is 222 (87.11% from 255 or 37.56% from 591); Blue value is 130 (51.17% from 255 or 22.00% from 591); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE82 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE82 is #10217D. Grayscale: #D8D8D8. Windows color (decimal): -1057150 or 8576751. OLE color: 8576751.

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

Color convert

RGB239222130-
CMYK00.070.460.06
HSL50.64º77.3%72.35%-
HSV(B)50.64º45.61%93.73%-
XYZ65.7572.231.59-
YUV216.5979.13143.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.44%
GREEN value IS 222 (87.11% from 255) = 37.56%
BLUE value IS 130 (51.17% from 255) = 22.00%
R=40.44%
G=37.56%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922213000.070.460.0650.6477.372.35
HexEFDE82072E6334d48
Octal3573362020756663115110
Binary111011111101111010000010011110111011011001110011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE82; }

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

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

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

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

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

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

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

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