Html Css Color HEX #E7A14C Fire Bush

📋 copy color: '#E7A14C'

red 231 ◦ green 161 ◦ blue 76

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

Shades of Fire Bush #E7A14C

Tints of Fire Bush #E7A14C

RGB

 RED value IS 231 (90.63% from 255) = 49.36%

 GREEN value IS 161 (63.28% from 255) = 34.4%

 BLUE value IS 76 (30.08% from 255) = 16.24%

R = 49.36%
G = 34.4%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E7A14C (or 0xE7A14C) is known color: Fire Bush. HEX triplet: E7, A1 and 4C. RGB value is (231,161,76). Sum of RGB (Red+Green+Blue) = 231+161+76=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 161 (63.28% from 255 or 34.40% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A14C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A14C is #185EB3. Grayscale: #ACACAC. Windows color (decimal): -1597108 or 5022183. OLE color: 5022183.

HSL color Cylindrical-coordinate representation of color #E7A14C: hue angle of 32.9º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E7A14C is Cyan = 0, Magento = 0.30, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 161 76 -
CMYK 0 0.30 0.67 0.09
HSL 32.9º 0.76% 0.6% -
HSV(B) 32.9º 0.67% 0.91% -
XYZ 47 43 12.66 -
YUV 172.24 73.69 169.91 -
System Red Green Blue C M Y K H S L
Decimal 231 161 76 0 0.30 0.67 0.09 32.9 0.76 0.6
Hex E7 A1 4C 0 1E 43 9 21 4C 3C
Octal 347 241 114 0 36 103 11 41 114 74
Binary 11100111 10100001 1001100 0 11110 1000011 1001 100001 1001100 111100

Color Harmonies of #E7A14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A14C

Black with #E7A14C

Text Example


Text Example

White with #E7A14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A14C; }

 p { color: rgb(231,161,76); }

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

background-color css

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

 a { background-color: rgb(231,161,76); }

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

border-color css

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

 span { border-color: rgb(231,161,76); }

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