Html Css Color HEX #E0963B Fire Bush

📋 copy color: '#E0963B'

red 224 ◦ green 150 ◦ blue 59

#E0963B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fire Bush #E0963B

Tints of Fire Bush #E0963B

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

 GREEN value IS 150 (58.98% from 255) = 34.64%

 BLUE value IS 59 (23.44% from 255) = 13.63%

R = 51.73%
G = 34.64%
B = 13.63%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.12

RGB Variations

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

Color information

#E0963B (or 0xE0963B) is known color: Fire Bush. HEX triplet: E0, 96 and 3B. RGB value is (224,150,59). Sum of RGB (Red+Green+Blue) = 224+150+59=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 150 (58.98% from 255 or 34.64% from 433); Blue value is 59 (23.44% from 255 or 13.63% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0963B is #1F69C4. Grayscale: #A2A2A2. Windows color (decimal): -2058693 or 3905248. OLE color: 3905248.

HSL color Cylindrical-coordinate representation of color #E0963B: hue angle of 33.09º 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 #E0963B is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 150 59 -
CMYK 0 0.33 0.74 0.12
HSL 33.09º 0.73% 0.55% -
HSV(B) 33.09º 0.74% 0.88% -
XYZ 42.44 37.98 9.23 -
YUV 161.75 70.02 172.4 -
System Red Green Blue C M Y K H S L
Decimal 224 150 59 0 0.33 0.74 0.12 33.09 0.73 0.55
Hex E0 96 3B 0 21 4A C 21 49 37
Octal 340 226 73 0 41 112 14 41 111 67
Binary 11100000 10010110 111011 0 100001 1001010 1100 100001 1001001 110111

Color Harmonies of #E0963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0963B

Black with #E0963B

Text Example


Text Example

White with #E0963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0963B; }

 p { color: rgb(224,150,59); }

 H1.HeaderClassName
 {
   color: #E0963B;
 }
 .AnyTagClassName
 {
   color: #E0963B;
 }
</style>

background-color css

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

 a { background-color: rgb(224,150,59); }

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

border-color css

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

 span { border-color: rgb(224,150,59); }

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