Html Css Color HEX #E0864B Flamenco

📋 copy color: '#E0864B'

red 224 ◦ green 134 ◦ blue 75

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

Shades of Flamenco #E0864B

Tints of Flamenco #E0864B

RGB

 RED value IS 224 (87.89% from 255) = 51.73%

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

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

R = 51.73%
G = 30.95%
B = 17.32%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E0864B (or 0xE0864B) is known color: Flamenco. HEX triplet: E0, 86 and 4B. RGB value is (224,134,75). Sum of RGB (Red+Green+Blue) = 224+134+75=433 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.73% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 75 (29.69% from 255 or 17.32% from 433); Max value from RGB is 224 - color contains mainly: red. Hex color #E0864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E0864B is #1F79B4. Grayscale: #9A9A9A. Windows color (decimal): -2062773 or 4949728. OLE color: 4949728.

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

Color convert

RGB 224 134 75 -
CMYK 0 0.40 0.67 0.12
HSL 23.76º 0.71% 0.59% -
HSV(B) 23.76º 0.67% 0.88% -
XYZ 40.54 33.41 10.97 -
YUV 154.18 83.32 177.8 -
System Red Green Blue C M Y K H S L
Decimal 224 134 75 0 0.40 0.67 0.12 23.76 0.71 0.59
Hex E0 86 4B 0 28 43 C 18 47 3B
Octal 340 206 113 0 50 103 14 30 107 73
Binary 11100000 10000110 1001011 0 101000 1000011 1100 11000 1000111 111011

Color Harmonies of #E0864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0864B

Black with #E0864B

Text Example


Text Example

White with #E0864B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0864B; }

 p { color: rgb(224,134,75); }

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

background-color css

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

 a { background-color: rgb(224,134,75); }

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

border-color css

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

 span { border-color: rgb(224,134,75); }

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