#e3b40f

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

Shades of Sunflower #E3B40F

Tints of Sunflower #E3B40F

Color information

#E3B40F (or 0xE3B40F) is unknown color: approx Sunflower. HEX triplet: E3, B4 and 0F. RGB value is (227,180,15). Sum of RGB (Red+Green+Blue) = 227+180+15=422 (55% of max value = 765). Red value is 227 (89.06% from 255 or 53.79% from 422); Green value is 180 (70.70% from 255 or 42.65% from 422); Blue value is 15 (6.25% from 255 or 3.55% from 422); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B40F is #1C4BF0. Grayscale: #AFAFAF. Windows color (decimal): -1854449 or 1029347. OLE color: 1029347.

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

Color convert

RGB22718015-
CMYK00.210.930.11
HSL46.7º87.6%47.45%-
HSV(B)46.7º93.39%89.02%-
XYZ48.0949.017.38-
YUV175.2437.57164.92-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 53.79%
GREEN value IS 180 (70.70% from 255) = 42.65%
BLUE value IS 15 (6.25% from 255) = 3.55%
R=53.79%
G=42.65%
B=3.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2271801500.210.930.1146.787.647.45
HexE3B4F0155DB2f582f
Octal34326417025135135713057
Binary11100011101101001111010101101110110111011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e3b40f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e3b40f; }

 p { color: rgb(227,180,15); }

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

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

 a { background-color: rgb(227,180,15); }

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

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

 span { border-color: rgb(227,180,15); }

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