Html Css Color HEX #E08F50 Flamenco

📋 copy color: '#E08F50'

red 224 ◦ green 143 ◦ blue 80

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

Shades of Flamenco #E08F50

Tints of Flamenco #E08F50

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.99%

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

R = 50.11%
G = 31.99%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08F50 (or 0xE08F50) is known color: Flamenco. HEX triplet: E0, 8F and 50. RGB value is (224,143,80). Sum of RGB (Red+Green+Blue) = 224+143+80=447 (59% of max value = 765). Red value is 224 (87.89% from 255 or 50.11% from 447); Green value is 143 (56.25% from 255 or 31.99% from 447); Blue value is 80 (31.64% from 255 or 17.90% from 447); Max value from RGB is 224 - color contains mainly: red. Hex color #E08F50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08F50 is #1F70AF. Grayscale: #A0A0A0. Windows color (decimal): -2060464 or 5279712. OLE color: 5279712.

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

Color convert

RGB 224 143 80 -
CMYK 0 0.36 0.64 0.12
HSL 26.25º 0.7% 0.6% -
HSV(B) 26.25º 0.64% 0.88% -
XYZ 42.01 36.07 12.34 -
YUV 160.04 82.84 173.62 -
System Red Green Blue C M Y K H S L
Decimal 224 143 80 0 0.36 0.64 0.12 26.25 0.7 0.6
Hex E0 8F 50 0 24 40 C 1A 46 3C
Octal 340 217 120 0 44 100 14 32 106 74
Binary 11100000 10001111 1010000 0 100100 1000000 1100 11010 1000110 111100

Color Harmonies of #E08F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08F50

Black with #E08F50

Text Example


Text Example

White with #E08F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08F50; }

 p { color: rgb(224,143,80); }

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

background-color css

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

 a { background-color: rgb(224,143,80); }

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

border-color css

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

 span { border-color: rgb(224,143,80); }

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