Html Css Color HEX #E3A03D Fire Bush

📋 copy color: '#E3A03D'

red 227 ◦ green 160 ◦ blue 61

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

Shades of Fire Bush #E3A03D

Tints of Fire Bush #E3A03D

RGB

 RED value IS 227 (89.06% from 255) = 50.67%

 GREEN value IS 160 (62.89% from 255) = 35.71%

 BLUE value IS 61 (24.22% from 255) = 13.62%

R = 50.67%
G = 35.71%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.11

RGB Variations

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

Color information

#E3A03D (or 0xE3A03D) is known color: Fire Bush. HEX triplet: E3, A0 and 3D. RGB value is (227,160,61). Sum of RGB (Red+Green+Blue) = 227+160+61=448 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.67% from 448); Green value is 160 (62.89% from 255 or 35.71% from 448); Blue value is 61 (24.22% from 255 or 13.62% from 448); Max value from RGB is 227 - color contains mainly: red. Hex color #E3A03D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E3A03D is #1C5FC2. Grayscale: #A9A9A9. Windows color (decimal): -1859523 or 4038883. OLE color: 4038883.

HSL color Cylindrical-coordinate representation of color #E3A03D: hue angle of 35.78º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E3A03D is Cyan = 0, Magento = 0.30, Yellow = 0.73 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 160 61 -
CMYK 0 0.30 0.73 0.11
HSL 35.78º 0.75% 0.56% -
HSV(B) 35.78º 0.73% 0.89% -
XYZ 45.09 41.81 10.11 -
YUV 168.75 67.2 169.55 -
System Red Green Blue C M Y K H S L
Decimal 227 160 61 0 0.30 0.73 0.11 35.78 0.75 0.56
Hex E3 A0 3D 0 1E 49 B 24 4B 38
Octal 343 240 75 0 36 111 13 44 113 70
Binary 11100011 10100000 111101 0 11110 1001001 1011 100100 1001011 111000

Color Harmonies of #E3A03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E3A03D

Black with #E3A03D

Text Example


Text Example

White with #E3A03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E3A03D; }

 p { color: rgb(227,160,61); }

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

background-color css

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

 a { background-color: rgb(227,160,61); }

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

border-color css

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

 span { border-color: rgb(227,160,61); }

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