#E3B408

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

Shades of Sunflower #E3B408

Tints of Sunflower #E3B408

Color information

#E3B408 (or 0xE3B408) is unknown color: approx Sunflower. HEX triplet: E3, B4 and 08. RGB value is (227,180,8). Sum of RGB (Red+Green+Blue) = 227+180+8=415 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.70% from 415); Green value is 180 (70.70% from 255 or 43.37% from 415); Blue value is 8 (3.52% from 255 or 1.93% from 415); Max value from RGB is 227 - color contains mainly: red. Hex color #E3B408 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #E3B408 is #1C4BF7. Grayscale: #AFAFAF. Windows color (decimal): -1854456 or 570595. OLE color: 570595.

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

Color convert

RGB2271808-
CMYK00.210.960.11
HSL47.12º93.19%46.08%-
HSV(B)47.12º96.48%89.02%-
XYZ48.0448.997.15-
YUV174.4434.07165.49-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 54.70%
GREEN value IS 180 (70.70% from 255) = 43.37%
BLUE value IS 8 (3.52% from 255) = 1.93%
R=54.70%
G=43.37%
B=1.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.96
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal227180800.210.960.1147.1293.1946.08
HexE3B4801560B2f5d2e
Octal34326410025140135713556
Binary11100011101101001000010101110000010111011111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3B408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3B408; }

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

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

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

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

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

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

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

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