#EFC806

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

Shades of Golden Poppy #EFC806

Tints of Golden Poppy #EFC806

Color information

#EFC806 (or 0xEFC806) is unknown color: approx Golden Poppy. HEX triplet: EF, C8 and 06. RGB value is (239,200,6). Sum of RGB (Red+Green+Blue) = 239+200+6=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 200 (78.52% from 255 or 44.94% from 445); Blue value is 6 (2.73% from 255 or 1.35% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC806 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC806 is #1037F9. Grayscale: #BEBEBE. Windows color (decimal): -1062906 or 444655. OLE color: 444655.

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

Color convert

RGB2392006-
CMYK00.160.970.06
HSL49.96º95.1%48.04%-
HSV(B)49.96º97.49%93.73%-
XYZ56.2859.678.72-
YUV189.5424.42163.27-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 200 (78.52% from 255) = 44.94%
BLUE value IS 6 (2.73% from 255) = 1.35%
R=53.71%
G=44.94%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239200600.160.970.0649.9695.148.04
HexEFC86010616325f30
Octal357310602014166213760
Binary111011111100100011001000011000011101100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC806; }

 p { color: rgb(239,200,6); }

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

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

 a { background-color: rgb(239,200,6); }

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

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

 span { border-color: rgb(239,200,6); }

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