Html Css Color HEX #E08E4D Flamenco

📋 copy color: '#E08E4D'

red 224 ◦ green 142 ◦ blue 77

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

Shades of Flamenco #E08E4D

Tints of Flamenco #E08E4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.38%

R = 50.56%
G = 32.05%
B = 17.38%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.66

 K value IS 0.12

RGB Variations

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

Color information

#E08E4D (or 0xE08E4D) is known color: Flamenco. HEX triplet: E0, 8E and 4D. RGB value is (224,142,77). Sum of RGB (Red+Green+Blue) = 224+142+77=443 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.56% from 443); Green value is 142 (55.86% from 255 or 32.05% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E4D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08E4D is #1F71B2. Grayscale: #9F9F9F. Windows color (decimal): -2060723 or 5082848. OLE color: 5082848.

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

Color convert

RGB 224 142 77 -
CMYK 0 0.37 0.66 0.12
HSL 26.53º 0.7% 0.59% -
HSV(B) 26.53º 0.66% 0.88% -
XYZ 41.75 35.73 11.72 -
YUV 159.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 224 142 77 0 0.37 0.66 0.12 26.53 0.7 0.59
Hex E0 8E 4D 0 25 42 C 1B 46 3B
Octal 340 216 115 0 45 102 14 33 106 73
Binary 11100000 10001110 1001101 0 100101 1000010 1100 11011 1000110 111011

Color Harmonies of #E08E4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E4D

Black with #E08E4D

Text Example


Text Example

White with #E08E4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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