#E2B40F

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

Shades of Sunflower #E2B40F

Tints of Sunflower #E2B40F

Color information

#E2B40F (or 0xE2B40F) is unknown color: approx Sunflower. HEX triplet: E2, B4 and 0F. RGB value is (226,180,15). Sum of RGB (Red+Green+Blue) = 226+180+15=421 (55% of max value = 765). Red value is 226 (88.67% from 255 or 53.68% from 421); Green value is 180 (70.70% from 255 or 42.76% from 421); Blue value is 15 (6.25% from 255 or 3.56% from 421); Max value from RGB is 226 - color contains mainly: red. Hex color #E2B40F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E2B40F is #1D4BF0. Grayscale: #AFAFAF. Windows color (decimal): -1919985 or 1029346. OLE color: 1029346.

HSL color Cylindrical-coordinate representation of color #E2B40F: hue angle of 46.92º 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 #E2B40F is Cyan = 0, Magento = 0.20, Yellow = 0.93 and Black (K on CMYK) = 0.11.

Color convert

RGB22618015-
CMYK00.200.930.11
HSL46.92º87.55%47.25%-
HSV(B)46.92º93.36%88.63%-
XYZ47.7748.857.36-
YUV174.9437.74164.42-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 53.68%
GREEN value IS 180 (70.70% from 255) = 42.76%
BLUE value IS 15 (6.25% from 255) = 3.56%
R=53.68%
G=42.76%
B=3.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2261801500.200.930.1146.9287.5547.25
HexE2B4F0145DB2f582f
Octal34226417024135135713057
Binary11100010101101001111010100101110110111011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2B40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2B40F; }

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

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

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

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

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

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

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

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