#E3BC20

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

Shades of Sunflower #E3BC20

Tints of Sunflower #E3BC20

Color information

#E3BC20 (or 0xE3BC20) is unknown color: approx Sunflower. HEX triplet: E3, BC and 20. RGB value is (227,188,32). Sum of RGB (Red+Green+Blue) = 227+188+32=447 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.78% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 32 (12.89% from 255 or 7.16% from 447); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BC20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #E3BC20 is #1C43DF. Grayscale: #B6B6B6. Windows color (decimal): -1852384 or 2145507. OLE color: 2145507.

HSL color Cylindrical-coordinate representation of color #E3BC20: hue angle of 48º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E3BC20 is Cyan = 0, Magento = 0.17, Yellow = 0.86 and Black (K on CMYK) = 0.11.

Color convert

RGB22718832-
CMYK00.170.860.11
HSL48º77.69%50.78%-
HSV(B)48º85.9%89.02%-
XYZ49.9252.48.85-
YUV181.8843.42160.18-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 50.78%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 32 (12.89% from 255) = 7.16%
R=50.78%
G=42.06%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.86
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271883200.170.860.114877.6950.78
HexE3BC2001156B304e33
Octal34327440021126136011663
Binary1110001110111100100000010001101011010111100001001110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3BC20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3BC20; }

 p { color: rgb(227,188,32); }

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

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

 a { background-color: rgb(227,188,32); }

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

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

 span { border-color: rgb(227,188,32); }

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