#EFDE83

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

Shades of Light Goldenrod #EFDE83

Tints of Light Goldenrod #EFDE83

Color information

#EFDE83 (or 0xEFDE83) is unknown color: approx Light Goldenrod. HEX triplet: EF, DE and 83. RGB value is (239,222,131). Sum of RGB (Red+Green+Blue) = 239+222+131=592 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.37% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 131 (51.56% from 255 or 22.13% from 592); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE83 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE83 is #10217C. Grayscale: #D9D9D9. Windows color (decimal): -1057149 or 8642287. OLE color: 8642287.

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

Color convert

RGB239222131-
CMYK00.070.450.06
HSL50.56º77.14%72.55%-
HSV(B)50.56º45.19%93.73%-
XYZ65.8172.2331.95-
YUV216.7179.63143.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.37%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 131 (51.56% from 255) = 22.13%
R=40.37%
G=37.5%
B=22.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922213100.070.450.0650.5677.1472.55
HexEFDE83072D6334d49
Octal3573362030755663115111
Binary111011111101111010000011011110110111011001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE83; }

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

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

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

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

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

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

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

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