Html Css Color HEX #E7864A Flamenco

📋 copy color: '#E7864A'

red 231 ◦ green 134 ◦ blue 74

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

Shades of Flamenco #E7864A

Tints of Flamenco #E7864A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.52%

 BLUE value IS 74 (29.3% from 255) = 16.86%

R = 52.62%
G = 30.52%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E7864A (or 0xE7864A) is known color: Flamenco. HEX triplet: E7, 86 and 4A. RGB value is (231,134,74). Sum of RGB (Red+Green+Blue) = 231+134+74=439 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.62% from 439); Green value is 134 (52.73% from 255 or 30.52% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 231 - color contains mainly: red. Hex color #E7864A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #E7864A is #1879B5. Grayscale: #9C9C9C. Windows color (decimal): -1604022 or 4884199. OLE color: 4884199.

HSL color Cylindrical-coordinate representation of color #E7864A: hue angle of 22.93º degrees, saturation: 0.77, 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 #E7864A is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 134 74 -
CMYK 0 0.42 0.68 0.09
HSL 22.93º 0.77% 0.6% -
HSV(B) 22.93º 0.68% 0.91% -
XYZ 42.72 34.53 10.89 -
YUV 156.16 81.64 181.38 -
System Red Green Blue C M Y K H S L
Decimal 231 134 74 0 0.42 0.68 0.09 22.93 0.77 0.6
Hex E7 86 4A 0 2A 44 9 17 4D 3C
Octal 347 206 112 0 52 104 11 27 115 74
Binary 11100111 10000110 1001010 0 101010 1000100 1001 10111 1001101 111100

Color Harmonies of #E7864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E7864A

Black with #E7864A

Text Example


Text Example

White with #E7864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E7864A; }

 p { color: rgb(231,134,74); }

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

background-color css

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

 a { background-color: rgb(231,134,74); }

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

border-color css

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

 span { border-color: rgb(231,134,74); }

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