#E5B60F

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

Shades of Sunflower #E5B60F

Tints of Sunflower #E5B60F

Color information

#E5B60F (or 0xE5B60F) is unknown color: approx Sunflower. HEX triplet: E5, B6 and 0F. RGB value is (229,182,15). Sum of RGB (Red+Green+Blue) = 229+182+15=426 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.76% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 15 (6.25% from 255 or 3.52% from 426); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B60F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B60F is #1A49F0. Grayscale: #B1B1B1. Windows color (decimal): -1722865 or 1029861. OLE color: 1029861.

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

Color convert

RGB22918215-
CMYK00.210.930.10
HSL46.82º87.7%47.84%-
HSV(B)46.82º93.45%89.8%-
XYZ49.1350.157.54-
YUV177.0236.57165.08-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.76%
GREEN value IS 182 (71.48% from 255) = 42.72%
BLUE value IS 15 (6.25% from 255) = 3.52%
R=53.76%
G=42.72%
B=3.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291821500.210.930.1046.8287.747.84
HexE5B6F0155DA2f5830
Octal34526617025135125713060
Binary11100101101101101111010101101110110101011111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5B60F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5B60F; }

 p { color: rgb(229,182,15); }

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

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

 a { background-color: rgb(229,182,15); }

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

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

 span { border-color: rgb(229,182,15); }

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