#EFD377

Color #EFD377 Golden Glow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Glow #EFD377

Tints of Golden Glow #EFD377

Color information

#EFD377 (or 0xEFD377) is unknown color: approx Golden Glow. HEX triplet: EF, D3 and 77. RGB value is (239,211,119). Sum of RGB (Red+Green+Blue) = 239+211+119=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 211 (82.81% from 255 or 37.08% from 569); Blue value is 119 (46.88% from 255 or 20.91% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD377 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD377 is #102C88. Grayscale: #D1D1D1. Windows color (decimal): -1059977 or 7853039. OLE color: 7853039.

HSL color Cylindrical-coordinate representation of color #EFD377: hue angle of 46º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EFD377 is Cyan = 0, Magento = 0.12, Yellow = 0.50 and Black (K on CMYK) = 0.06.

Color convert

RGB239211119-
CMYK00.120.500.06
HSL46º78.95%70.2%-
HSV(B)46º50.21%93.73%-
XYZ62.2266.2726.96-
YUV208.8877.28149.48-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 211 (82.81% from 255) = 37.08%
BLUE value IS 119 (46.88% from 255) = 20.91%
R=42.00%
G=37.08%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.50
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23921111900.120.500.064678.9570.2
HexEFD3770C3262e4f46
Octal35732316701462656117106
Binary111011111101001111101110110011001011010111010011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD377; }

 p { color: rgb(239,211,119); }

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

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

 a { background-color: rgb(239,211,119); }

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

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

 span { border-color: rgb(239,211,119); }

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