Html Css Color HEX #E0964B Fire Bush

📋 copy color: '#E0964B'

red 224 ◦ green 150 ◦ blue 75

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

Shades of Fire Bush #E0964B

Tints of Fire Bush #E0964B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 16.7%

R = 49.89%
G = 33.41%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0964B (or 0xE0964B) is known color: Fire Bush. HEX triplet: E0, 96 and 4B. RGB value is (224,150,75). Sum of RGB (Red+Green+Blue) = 224+150+75=449 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.89% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 75 (29.69% from 255 or 16.70% from 449); Max value from RGB is 224 - color contains mainly: red. Hex color #E0964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0964B is #1F69B4. Grayscale: #A3A3A3. Windows color (decimal): -2058677 or 4953824. OLE color: 4953824.

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

Color convert

RGB 224 150 75 -
CMYK 0 0.33 0.67 0.12
HSL 30.2º 0.71% 0.59% -
HSV(B) 30.2º 0.67% 0.88% -
XYZ 42.92 38.17 11.76 -
YUV 163.58 78.02 171.1 -
System Red Green Blue C M Y K H S L
Decimal 224 150 75 0 0.33 0.67 0.12 30.2 0.71 0.59
Hex E0 96 4B 0 21 43 C 1E 47 3B
Octal 340 226 113 0 41 103 14 36 107 73
Binary 11100000 10010110 1001011 0 100001 1000011 1100 11110 1000111 111011

Color Harmonies of #E0964B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0964B

Black with #E0964B

Text Example


Text Example

White with #E0964B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0964B; }

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

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

background-color css

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

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

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

border-color css

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

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

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