#E3C300

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

Shades of Golden Poppy #E3C300

Tints of Golden Poppy #E3C300

Color information

#E3C300 (or 0xE3C300) is unknown color: approx Golden Poppy. HEX triplet: E3, C3 and 00. RGB value is (227,195,0). Sum of RGB (Red+Green+Blue) = 227+195+0=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 195 (76.56% from 255 or 46.21% from 422); Blue value is 0 (0.39% from 255 or 0% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3C300 is #1C3CFF. Grayscale: #B7B7B7. Windows color (decimal): -1850624 or 50147. OLE color: 50147.

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

Color convert

RGB2271950-
CMYK00.1410.11
HSL51.54º100%44.51%-
HSV(B)51.54º100%89.02%-
XYZ51.1955.367.99-
YUV182.3425.1159.86-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.79%
GREEN value IS 195 (76.56% from 255) = 46.21%
BLUE value IS 0 (0.39% from 255) = 0%
R=53.79%
G=46.21%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 1
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227195000.1410.1151.5410044.51
HexE3C300E64B34642d
Octal3433030016144136414455
Binary1110001111000011001110110010010111101001100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3C300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3C300; }

 p { color: rgb(227,195,0); }

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

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

 a { background-color: rgb(227,195,0); }

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

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

 span { border-color: rgb(227,195,0); }

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