Html Css Color HEX #E78650 Flamenco

📋 copy color: '#E78650'

red 231 ◦ green 134 ◦ blue 80

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

Shades of Flamenco #E78650

Tints of Flamenco #E78650

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 17.98%

R = 51.91%
G = 30.11%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E78650 (or 0xE78650) is known color: Flamenco. HEX triplet: E7, 86 and 50. RGB value is (231,134,80). Sum of RGB (Red+Green+Blue) = 231+134+80=445 (58% of max value = 765). Red value is 231 (90.62% from 255 or 51.91% from 445); Green value is 134 (52.73% from 255 or 30.11% from 445); Blue value is 80 (31.64% from 255 or 17.98% from 445); Max value from RGB is 231 - color contains mainly: red. Hex color #E78650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E78650 is #1879AF. Grayscale: #9D9D9D. Windows color (decimal): -1604016 or 5277415. OLE color: 5277415.

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

Color convert

RGB 231 134 80 -
CMYK 0 0.42 0.65 0.09
HSL 21.46º 0.76% 0.61% -
HSV(B) 21.46º 0.65% 0.91% -
XYZ 42.93 34.62 12.01 -
YUV 156.85 84.64 180.89 -
System Red Green Blue C M Y K H S L
Decimal 231 134 80 0 0.42 0.65 0.09 21.46 0.76 0.61
Hex E7 86 50 0 2A 41 9 15 4C 3D
Octal 347 206 120 0 52 101 11 25 114 75
Binary 11100111 10000110 1010000 0 101010 1000001 1001 10101 1001100 111101

Color Harmonies of #E78650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E78650

Black with #E78650

Text Example


Text Example

White with #E78650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E78650; }

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

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

background-color css

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

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

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

border-color css

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

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

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