Html Css Color HEX #E08E4F Flamenco

📋 copy color: '#E08E4F'

red 224 ◦ green 142 ◦ blue 79

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

Shades of Flamenco #E08E4F

Tints of Flamenco #E08E4F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.91%

 BLUE value IS 79 (31.25% from 255) = 17.75%

R = 50.34%
G = 31.91%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E08E4F (or 0xE08E4F) is known color: Flamenco. HEX triplet: E0, 8E and 4F. RGB value is (224,142,79). Sum of RGB (Red+Green+Blue) = 224+142+79=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 142 (55.86% from 255 or 31.91% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E4F is #1F71B0. Grayscale: #9F9F9F. Windows color (decimal): -2060721 or 5213920. OLE color: 5213920.

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

Color convert

RGB 224 142 79 -
CMYK 0 0.37 0.65 0.12
HSL 26.07º 0.7% 0.59% -
HSV(B) 26.07º 0.65% 0.88% -
XYZ 41.82 35.76 12.09 -
YUV 159.34 82.67 174.12 -
System Red Green Blue C M Y K H S L
Decimal 224 142 79 0 0.37 0.65 0.12 26.07 0.7 0.59
Hex E0 8E 4F 0 25 41 C 1A 46 3B
Octal 340 216 117 0 45 101 14 32 106 73
Binary 11100000 10001110 1001111 0 100101 1000001 1100 11010 1000110 111011

Color Harmonies of #E08E4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E4F

Black with #E08E4F

Text Example


Text Example

White with #E08E4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E4F; }

 p { color: rgb(224,142,79); }

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

background-color css

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

 a { background-color: rgb(224,142,79); }

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

border-color css

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

 span { border-color: rgb(224,142,79); }

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