#EFDF84

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

Shades of Light Goldenrod #EFDF84

Tints of Light Goldenrod #EFDF84

Color information

#EFDF84 (or 0xEFDF84) is unknown color: approx Light Goldenrod. HEX triplet: EF, DF and 84. RGB value is (239,223,132). Sum of RGB (Red+Green+Blue) = 239+223+132=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 132 (51.95% from 255 or 22.22% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF84 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF84 is #10207B. Grayscale: #D9D9D9. Windows color (decimal): -1056892 or 8708079. OLE color: 8708079.

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

Color convert

RGB239223132-
CMYK00.070.450.06
HSL51.03º76.98%72.75%-
HSV(B)51.03º44.77%93.73%-
XYZ66.1572.7932.39-
YUV217.4179.8143.4-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.24%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 132 (51.95% from 255) = 22.22%
R=40.24%
G=37.54%
B=22.22%

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
Decimal23922313200.070.450.0651.0376.9872.75
HexEFDF84072D6334d49
Octal3573372040755663115111
Binary111011111101111110000100011110110111011001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF84; }

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

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

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

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

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

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

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

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