#E7C706

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

Shades of Golden Poppy #E7C706

Tints of Golden Poppy #E7C706

Color information

#E7C706 (or 0xE7C706) is unknown color: approx Golden Poppy. HEX triplet: E7, C7 and 06. RGB value is (231,199,6). Sum of RGB (Red+Green+Blue) = 231+199+6=436 (57% of max value = 765). Red value is 231 (90.62% from 255 or 52.98% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 6 (2.73% from 255 or 1.38% from 436); Max value from RGB is 231 - color contains mainly: red. Hex color #E7C706 is not a web safe color. Web safe color analog (approx): #FFCC00. Inversed color of #E7C706 is #1838F9. Grayscale: #BBBBBB. Windows color (decimal): -1587450 or 444391. OLE color: 444391.

HSL color Cylindrical-coordinate representation of color #E7C706: hue angle of 51.47º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #E7C706 is Cyan = 0, Magento = 0.14, Yellow = 0.97 and Black (K on CMYK) = 0.09.

Color convert

RGB2311996-
CMYK00.140.970.09
HSL51.47º94.94%46.47%-
HSV(B)51.47º97.4%90.59%-
XYZ53.4157.858.52-
YUV186.5726.1159.69-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 52.98%
GREEN value IS 199 (78.12% from 255) = 45.64%
BLUE value IS 6 (2.73% from 255) = 1.38%
R=52.98%
G=45.64%
B=1.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.97
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal231199600.140.970.0951.4794.9446.47
HexE7C760E619335f2e
Octal3473076016141116313756
Binary111001111100011111001110110000110011100111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7C706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7C706; }

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

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

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

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

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

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

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

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