Html Css Color HEX #E1864C Flamenco

📋 copy color: '#E1864C'

red 225 ◦ green 134 ◦ blue 76

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

Shades of Flamenco #E1864C

Tints of Flamenco #E1864C

RGB

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

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

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

R = 51.72%
G = 30.8%
B = 17.47%

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

#E1864C (or 0xE1864C) is known color: Flamenco. HEX triplet: E1, 86 and 4C. RGB value is (225,134,76). Sum of RGB (Red+Green+Blue) = 225+134+76=435 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.72% from 435); Green value is 134 (52.73% from 255 or 30.80% from 435); Blue value is 76 (30.08% from 255 or 17.47% from 435); Max value from RGB is 225 - color contains mainly: red. Hex color #E1864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E1864C is #1E79B3. Grayscale: #9A9A9A. Windows color (decimal): -1997236 or 5015265. OLE color: 5015265.

HSL color Cylindrical-coordinate representation of color #E1864C: hue angle of 23.36º 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 #E1864C is Cyan = 0, Magento = 0.40, Yellow = 0.66 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 134 76 -
CMYK 0 0.40 0.66 0.12
HSL 23.36º 0.71% 0.59% -
HSV(B) 23.36º 0.66% 0.88% -
XYZ 40.88 33.58 11.16 -
YUV 154.6 83.65 178.22 -
System Red Green Blue C M Y K H S L
Decimal 225 134 76 0 0.40 0.66 0.12 23.36 0.71 0.59
Hex E1 86 4C 0 28 42 C 17 47 3B
Octal 341 206 114 0 50 102 14 27 107 73
Binary 11100001 10000110 1001100 0 101000 1000010 1100 10111 1000111 111011

Color Harmonies of #E1864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1864C

Black with #E1864C

Text Example


Text Example

White with #E1864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1864C; }

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

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

background-color css

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

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

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

border-color css

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

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

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