#EFDE84

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

Shades of Light Goldenrod #EFDE84

Tints of Light Goldenrod #EFDE84

Color information

#EFDE84 (or 0xEFDE84) is unknown color: approx Light Goldenrod. HEX triplet: EF, DE and 84. RGB value is (239,222,132). Sum of RGB (Red+Green+Blue) = 239+222+132=593 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.30% from 593); Green value is 222 (87.11% from 255 or 37.44% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDE84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDE84 is #10217B. Grayscale: #D9D9D9. Windows color (decimal): -1057148 or 8707823. OLE color: 8707823.

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

Color convert

RGB239222132-
CMYK00.070.450.06
HSL50.47º76.98%72.75%-
HSV(B)50.47º44.77%93.73%-
XYZ65.8872.2632.3-
YUV216.8280.13143.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.30%
GREEN value IS 222 (87.11% from 255) = 37.44%
BLUE value IS 132 (51.95% from 255) = 22.26%
R=40.30%
G=37.44%
B=22.26%

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
Decimal23922213200.070.450.0650.4776.9872.75
HexEFDE84072D6324d49
Octal3573362040755662115111
Binary111011111101111010000100011110110111011001010011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDE84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDE84; }

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

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

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

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

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

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

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

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