#EFC706

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

Shades of Golden Poppy #EFC706

Tints of Golden Poppy #EFC706

Color information

#EFC706 (or 0xEFC706) is unknown color: approx Golden Poppy. HEX triplet: EF, C7 and 06. RGB value is (239,199,6). Sum of RGB (Red+Green+Blue) = 239+199+6=444 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.83% from 444); Green value is 199 (78.12% from 255 or 44.82% from 444); Blue value is 6 (2.73% from 255 or 1.35% from 444); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #EFC706 is #1038F9. Grayscale: #BDBDBD. Windows color (decimal): -1063162 or 444399. OLE color: 444399.

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

Color convert

RGB2391996-
CMYK00.170.970.06
HSL49.7º95.1%48.04%-
HSV(B)49.7º97.49%93.73%-
XYZ56.0559.218.65-
YUV188.9624.75163.69-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.83%
GREEN value IS 199 (78.12% from 255) = 44.82%
BLUE value IS 6 (2.73% from 255) = 1.35%
R=53.83%
G=44.82%
B=1.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.97
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal239199600.170.970.0649.795.148.04
HexEFC76011616325f30
Octal357307602114166213760
Binary111011111100011111001000111000011101100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC706; }

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

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

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

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

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

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

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

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