#EFD278

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

Shades of Golden Glow #EFD278

Tints of Golden Glow #EFD278

Color information

#EFD278 (or 0xEFD278) is unknown color: approx Golden Glow. HEX triplet: EF, D2 and 78. RGB value is (239,210,120). Sum of RGB (Red+Green+Blue) = 239+210+120=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 210 (82.42% from 255 or 36.91% from 569); Blue value is 120 (47.27% from 255 or 21.09% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EFD278 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #EFD278 is #102D87. Grayscale: #D0D0D0. Windows color (decimal): -1060232 or 7918319. OLE color: 7918319.

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

Color convert

RGB239210120-
CMYK00.120.500.06
HSL45.38º78.81%70.39%-
HSV(B)45.38º49.79%93.73%-
XYZ62.0365.827.2-
YUV208.4178.11149.82-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 210 (82.42% from 255) = 36.91%
BLUE value IS 120 (47.27% from 255) = 21.09%
R=42.00%
G=36.91%
B=21.09%

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
Decimal23921012000.120.500.0645.3878.8170.39
HexEFD2780C3262d4f46
Octal35732217001462655117106
Binary111011111101001011110000110011001011010110110011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFD278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFD278; }

 p { color: rgb(239,210,120); }

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

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

 a { background-color: rgb(239,210,120); }

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

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

 span { border-color: rgb(239,210,120); }

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