Html Css Color HEX #E1864D Flamenco

📋 copy color: '#E1864D'

red 225 ◦ green 134 ◦ blue 77

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

Shades of Flamenco #E1864D

Tints of Flamenco #E1864D

RGB

 RED value IS 225 (88.28% from 255) = 51.61%

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

 BLUE value IS 77 (30.47% from 255) = 17.66%

R = 51.61%
G = 30.73%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E1864D (or 0xE1864D) is known color: Flamenco. HEX triplet: E1, 86 and 4D. RGB value is (225,134,77). Sum of RGB (Red+Green+Blue) = 225+134+77=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 77 (30.47% from 255 or 17.66% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E1864D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E1864D is #1E79B2. Grayscale: #9B9B9B. Windows color (decimal): -1997235 or 5080801. OLE color: 5080801.

HSL color Cylindrical-coordinate representation of color #E1864D: hue angle of 23.11º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E1864D is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 77 -
CMYK 0 0.40 0.66 0.12
HSL 23.11º 0.71% 0.59% -
HSV(B) 23.11º 0.66% 0.88% -
XYZ 40.92 33.59 11.35 -
YUV 154.71 84.15 178.13 -
System Red Green Blue C M Y K H S L
Decimal 225 134 77 0 0.40 0.66 0.12 23.11 0.71 0.59
Hex E1 86 4D 0 28 42 C 17 47 3B
Octal 341 206 115 0 50 102 14 27 107 73
Binary 11100001 10000110 1001101 0 101000 1000010 1100 10111 1000111 111011

Color Harmonies of #E1864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1864D

Black with #E1864D

Text Example


Text Example

White with #E1864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1864D; }

 p { color: rgb(225,134,77); }

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

background-color css

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

 a { background-color: rgb(225,134,77); }

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

border-color css

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

 span { border-color: rgb(225,134,77); }

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