#E0983A

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

Shades of Fire Bush #E0983A

Tints of Fire Bush #E0983A

Color information

#E0983A (or 0xE0983A) is unknown color: approx Fire Bush. HEX triplet: E0, 98 and 3A. RGB value is (224,152,58). Sum of RGB (Red+Green+Blue) = 224+152+58=434 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.61% from 434); Green value is 152 (59.77% from 255 or 35.02% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 224 - color contains mainly: red. Hex color #E0983A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0983A is #1F67C5. Grayscale: #A3A3A3. Windows color (decimal): -2058182 or 3840224. OLE color: 3840224.

HSL color Cylindrical-coordinate representation of color #E0983A: hue angle of 33.98º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E0983A is Cyan = 0, Magento = 0.32, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB22415258-
CMYK00.320.740.12
HSL33.98º72.81%55.29%-
HSV(B)33.98º74.11%87.84%-
XYZ42.7338.619.2-
YUV162.8168.85171.64-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 51.61%
GREEN value IS 152 (59.77% from 255) = 35.02%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=51.61%
G=35.02%
B=13.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2241525800.320.740.1233.9872.8155.29
HexE0983A0204AC224937
Octal34023072040112144211167
Binary11100000100110001110100100000100101011001000101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0983A; }

 p { color: rgb(224,152,58); }

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

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

 a { background-color: rgb(224,152,58); }

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

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

 span { border-color: rgb(224,152,58); }

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