#E3B314

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

Shades of Sunflower #E3B314

Tints of Sunflower #E3B314

Color information

#E3B314 (or 0xE3B314) is unknown color: approx Sunflower. HEX triplet: E3, B3 and 14. RGB value is (227,179,20). Sum of RGB (Red+Green+Blue) = 227+179+20=426 (56% of max value = 765). Red value is 227 (89.06% from 255 or 53.29% from 426); Green value is 179 (70.31% from 255 or 42.02% from 426); Blue value is 20 (8.20% from 255 or 4.69% from 426); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B314 is #1C4CEB. Grayscale: #AFAFAF. Windows color (decimal): -1854700 or 1356771. OLE color: 1356771.

HSL color Cylindrical-coordinate representation of color #E3B314: hue angle of 46.09º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E3B314 is Cyan = 0, Magento = 0.21, Yellow = 0.91 and Black (K on CMYK) = 0.11.

Color convert

RGB22717920-
CMYK00.210.910.11
HSL46.09º83.81%48.43%-
HSV(B)46.09º91.19%89.02%-
XYZ47.9248.627.52-
YUV175.2340.4164.93-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.29%
GREEN value IS 179 (70.31% from 255) = 42.02%
BLUE value IS 20 (8.20% from 255) = 4.69%
R=53.29%
G=42.02%
B=4.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.91
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271792000.210.910.1146.0983.8148.43
HexE3B3140155BB2e5430
Octal34326324025133135612460
Binary111000111011001110100010101101101110111011101010100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B314; }

 p { color: rgb(227,179,20); }

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

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

 a { background-color: rgb(227,179,20); }

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

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

 span { border-color: rgb(227,179,20); }

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