#e5b80f

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

Shades of Sunflower #E5B80F

Tints of Sunflower #E5B80F

Color information

#E5B80F (or 0xE5B80F) is unknown color: approx Sunflower. HEX triplet: E5, B8 and 0F. RGB value is (229,184,15). Sum of RGB (Red+Green+Blue) = 229+184+15=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 184 (72.27% from 255 or 42.99% from 428); Blue value is 15 (6.25% from 255 or 3.50% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E5B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E5B80F is #1A47F0. Grayscale: #B2B2B2. Windows color (decimal): -1722353 or 1030373. OLE color: 1030373.

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

Color convert

RGB22918415-
CMYK00.200.930.10
HSL47.38º87.7%47.84%-
HSV(B)47.38º93.45%89.8%-
XYZ49.5450.977.68-
YUV178.1935.91164.24-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 53.50%
GREEN value IS 184 (72.27% from 255) = 42.99%
BLUE value IS 15 (6.25% from 255) = 3.50%
R=53.50%
G=42.99%
B=3.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.93
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2291841500.200.930.1047.3887.747.84
HexE5B8F0145DA2f5830
Octal34527017024135125713060
Binary11100101101110001111010100101110110101011111011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #e5b80f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #e5b80f; }

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

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

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

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

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

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

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

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