#EFDF7D

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

Shades of Light Goldenrod #EFDF7D

Tints of Light Goldenrod #EFDF7D

Color information

#EFDF7D (or 0xEFDF7D) is unknown color: approx Light Goldenrod. HEX triplet: EF, DF and 7D. RGB value is (239,223,125). Sum of RGB (Red+Green+Blue) = 239+223+125=587 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.72% from 587); Green value is 223 (87.5% from 255 or 37.99% from 587); Blue value is 125 (49.22% from 255 or 21.29% from 587); Max value from RGB is 239 - color contains mainly: red. Hex color #EFDF7D is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFDF7D is #102082. Grayscale: #D9D9D9. Windows color (decimal): -1056899 or 8249327. OLE color: 8249327.

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

Color convert

RGB239223125-
CMYK00.070.480.06
HSL51.58º78.08%71.37%-
HSV(B)51.58º47.7%93.73%-
XYZ65.6972.6129.95-
YUV216.6176.3143.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 40.72%
GREEN value IS 223 (87.5% from 255) = 37.99%
BLUE value IS 125 (49.22% from 255) = 21.29%
R=40.72%
G=37.99%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.48
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23922312500.070.480.0651.5878.0871.37
HexEFDF7D07306344e47
Octal3573371750760664116107
Binary11101111110111111111101011111000011011010010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDF7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDF7D; }

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

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

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

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

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

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

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

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