Html Css Color HEX #E1963B Fire Bush

📋 copy color: '#E1963B'

red 225 ◦ green 150 ◦ blue 59

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

Shades of Fire Bush #E1963B

Tints of Fire Bush #E1963B

RGB

 RED value IS 225 (88.28% from 255) = 51.84%

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

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

R = 51.84%
G = 34.56%
B = 13.59%

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

#E1963B (or 0xE1963B) is known color: Fire Bush. HEX triplet: E1, 96 and 3B. RGB value is (225,150,59). Sum of RGB (Red+Green+Blue) = 225+150+59=434 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.84% from 434); Green value is 150 (58.98% from 255 or 34.56% from 434); Blue value is 59 (23.44% from 255 or 13.59% from 434); Max value from RGB is 225 - color contains mainly: red. Hex color #E1963B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1963B is #1E69C4. Grayscale: #A2A2A2. Windows color (decimal): -1993157 or 3905249. OLE color: 3905249.

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

Color convert

RGB 225 150 59 -
CMYK 0 0.33 0.74 0.12
HSL 32.89º 0.73% 0.56% -
HSV(B) 32.89º 0.74% 0.88% -
XYZ 42.75 38.14 9.25 -
YUV 162.05 69.85 172.9 -
System Red Green Blue C M Y K H S L
Decimal 225 150 59 0 0.33 0.74 0.12 32.89 0.73 0.56
Hex E1 96 3B 0 21 4A C 21 49 38
Octal 341 226 73 0 41 112 14 41 111 70
Binary 11100001 10010110 111011 0 100001 1001010 1100 100001 1001001 111000

Color Harmonies of #E1963B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1963B

Black with #E1963B

Text Example


Text Example

White with #E1963B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1963B; }

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

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

background-color css

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

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

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

border-color css

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

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

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