Html Css Color HEX #E0994B Fire Bush

📋 copy color: '#E0994B'

red 224 ◦ green 153 ◦ blue 75

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

Shades of Fire Bush #E0994B

Tints of Fire Bush #E0994B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.85%

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

R = 49.56%
G = 33.85%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0994B (or 0xE0994B) is known color: Fire Bush. HEX triplet: E0, 99 and 4B. RGB value is (224,153,75). Sum of RGB (Red+Green+Blue) = 224+153+75=452 (59% of max value = 765). Red value is 224 (87.89% from 255 or 49.56% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 224 - color contains mainly: red. Hex color #E0994B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0994B is #1F66B4. Grayscale: #A5A5A5. Windows color (decimal): -2057909 or 4954592. OLE color: 4954592.

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

Color convert

RGB 224 153 75 -
CMYK 0 0.32 0.67 0.12
HSL 31.41º 0.71% 0.59% -
HSV(B) 31.41º 0.67% 0.88% -
XYZ 43.4 39.14 11.92 -
YUV 165.34 77.02 169.84 -
System Red Green Blue C M Y K H S L
Decimal 224 153 75 0 0.32 0.67 0.12 31.41 0.71 0.59
Hex E0 99 4B 0 20 43 C 1F 47 3B
Octal 340 231 113 0 40 103 14 37 107 73
Binary 11100000 10011001 1001011 0 100000 1000011 1100 11111 1000111 111011

Color Harmonies of #E0994B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0994B

Black with #E0994B

Text Example


Text Example

White with #E0994B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0994B; }

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

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

background-color css

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

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

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

border-color css

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

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

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