Html Css Color HEX #E7A14B Fire Bush

📋 copy color: '#E7A14B'

red 231 ◦ green 161 ◦ blue 75

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

Shades of Fire Bush #E7A14B

Tints of Fire Bush #E7A14B

RGB

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

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

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

R = 49.46%
G = 34.48%
B = 16.06%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7A14B (or 0xE7A14B) is known color: Fire Bush. HEX triplet: E7, A1 and 4B. RGB value is (231,161,75). Sum of RGB (Red+Green+Blue) = 231+161+75=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 161 (63.28% from 255 or 34.48% from 467); Blue value is 75 (29.69% from 255 or 16.06% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E7A14B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7A14B is #185EB4. Grayscale: #ACACAC. Windows color (decimal): -1597109 or 4956647. OLE color: 4956647.

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

Color convert

RGB 231 161 75 -
CMYK 0 0.30 0.68 0.09
HSL 33.08º 0.76% 0.6% -
HSV(B) 33.08º 0.68% 0.91% -
XYZ 46.97 42.99 12.48 -
YUV 172.13 73.19 169.99 -
System Red Green Blue C M Y K H S L
Decimal 231 161 75 0 0.30 0.68 0.09 33.08 0.76 0.6
Hex E7 A1 4B 0 1E 44 9 21 4C 3C
Octal 347 241 113 0 36 104 11 41 114 74
Binary 11100111 10100001 1001011 0 11110 1000100 1001 100001 1001100 111100

Color Harmonies of #E7A14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7A14B

Black with #E7A14B

Text Example


Text Example

White with #E7A14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7A14B; }

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

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

background-color css

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

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

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

border-color css

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

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

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