Html Css Color HEX #E08C51 Flamenco

📋 copy color: '#E08C51'

red 224 ◦ green 140 ◦ blue 81

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

Shades of Flamenco #E08C51

Tints of Flamenco #E08C51

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.46%

 BLUE value IS 81 (32.03% from 255) = 18.2%

R = 50.34%
G = 31.46%
B = 18.2%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E08C51 (or 0xE08C51) is known color: Flamenco. HEX triplet: E0, 8C and 51. RGB value is (224,140,81). Sum of RGB (Red+Green+Blue) = 224+140+81=445 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.34% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 81 (32.03% from 255 or 18.20% from 445); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08C51 is #1F73AE. Grayscale: #9E9E9E. Windows color (decimal): -2061231 or 5344480. OLE color: 5344480.

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

Color convert

RGB 224 140 81 -
CMYK 0 0.38 0.64 0.12
HSL 24.76º 0.7% 0.6% -
HSV(B) 24.76º 0.64% 0.88% -
XYZ 41.6 35.2 12.39 -
YUV 158.39 84.33 174.8 -
System Red Green Blue C M Y K H S L
Decimal 224 140 81 0 0.38 0.64 0.12 24.76 0.7 0.6
Hex E0 8C 51 0 26 40 C 19 46 3C
Octal 340 214 121 0 46 100 14 31 106 74
Binary 11100000 10001100 1010001 0 100110 1000000 1100 11001 1000110 111100

Color Harmonies of #E08C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C51

Black with #E08C51

Text Example


Text Example

White with #E08C51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C51; }

 p { color: rgb(224,140,81); }

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

background-color css

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

 a { background-color: rgb(224,140,81); }

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

border-color css

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

 span { border-color: rgb(224,140,81); }

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