#EFDF85

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

Shades of Light Goldenrod #EFDF85

Tints of Light Goldenrod #EFDF85

Color information

#EFDF85 (or 0xEFDF85) is unknown color: approx Light Goldenrod. HEX triplet: EF, DF and 85. RGB value is (239,223,133). Sum of RGB (Red+Green+Blue) = 239+223+133=595 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.17% from 595); Green value is 223 (87.5% from 255 or 37.48% from 595); Blue value is 133 (52.34% from 255 or 22.35% from 595); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF85 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #EFDF85 is #10207A. Grayscale: #D9D9D9. Windows color (decimal): -1056891 or 8773615. OLE color: 8773615.

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

Color convert

RGB239223133-
CMYK00.070.440.06
HSL50.94º76.81%72.94%-
HSV(B)50.94º44.35%93.73%-
XYZ66.2272.8232.76-
YUV217.5280.3143.32-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.17%
GREEN value IS 223 (87.5% from 255) = 37.48%
BLUE value IS 133 (52.34% from 255) = 22.35%
R=40.17%
G=37.48%
B=22.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922313300.070.440.0650.9476.8172.94
HexEFDF85072C6334d49
Octal3573372050754663115111
Binary111011111101111110000101011110110011011001110011011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF85; }

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

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

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

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

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

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

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

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