#E2C600

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

Shades of Golden Poppy #E2C600

Tints of Golden Poppy #E2C600

Color information

#E2C600 (or 0xE2C600) is unknown color: approx Golden Poppy. HEX triplet: E2, C6 and 00. RGB value is (226,198,0). Sum of RGB (Red+Green+Blue) = 226+198+0=424 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.30% from 424); Green value is 198 (77.73% from 255 or 46.70% from 424); Blue value is 0 (0.39% from 255 or 0% from 424); Max value from RGB is 226 - color contains mainly: red. Hex color #E2C600 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2C600 is #1D39FF. Grayscale: #B8B8B8. Windows color (decimal): -1915392 or 50914. OLE color: 50914.

HSL color Cylindrical-coordinate representation of color #E2C600: hue angle of 52.57º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #E2C600 is Cyan = 0, Magento = 0.12, Yellow = 1 and Black (K on CMYK) = 0.11.

Color convert

RGB2261980-
CMYK00.1210.11
HSL52.57º100%44.31%-
HSV(B)52.57º100%88.63%-
XYZ51.5656.568.2-
YUV183.824.28158.1-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.30%
GREEN value IS 198 (77.73% from 255) = 46.70%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.30%
G=46.70%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal226198000.1210.1152.5710044.31
HexE2C600C64B35642c
Octal3423060014144136514454
Binary1110001011000110001100110010010111101011100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2C600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2C600; }

 p { color: rgb(226,198,0); }

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

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

 a { background-color: rgb(226,198,0); }

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

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

 span { border-color: rgb(226,198,0); }

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