Html Css Color HEX #E08C47 Flamenco

📋 copy color: '#E08C47'

red 224 ◦ green 140 ◦ blue 71

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

Shades of Flamenco #E08C47

Tints of Flamenco #E08C47

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 16.32%

R = 51.49%
G = 32.18%
B = 16.32%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E08C47 (or 0xE08C47) is known color: Flamenco. HEX triplet: E0, 8C and 47. RGB value is (224,140,71). Sum of RGB (Red+Green+Blue) = 224+140+71=435 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.49% from 435); Green value is 140 (55.08% from 255 or 32.18% from 435); Blue value is 71 (28.12% from 255 or 16.32% from 435); Max value from RGB is 224 - color contains mainly: red. Hex color #E08C47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08C47 is #1F73B8. Grayscale: #9D9D9D. Windows color (decimal): -2061241 or 4689120. OLE color: 4689120.

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

Color convert

RGB 224 140 71 -
CMYK 0 0.38 0.68 0.12
HSL 27.06º 0.71% 0.58% -
HSV(B) 27.06º 0.68% 0.88% -
XYZ 41.26 35.06 10.55 -
YUV 157.25 79.33 175.61 -
System Red Green Blue C M Y K H S L
Decimal 224 140 71 0 0.38 0.68 0.12 27.06 0.71 0.58
Hex E0 8C 47 0 26 44 C 1B 47 3A
Octal 340 214 107 0 46 104 14 33 107 72
Binary 11100000 10001100 1000111 0 100110 1000100 1100 11011 1000111 111010

Color Harmonies of #E08C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08C47

Black with #E08C47

Text Example


Text Example

White with #E08C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08C47; }

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

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

background-color css

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

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

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

border-color css

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

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

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