Html Css Color HEX #E08E4A Flamenco

📋 copy color: '#E08E4A'

red 224 ◦ green 142 ◦ blue 74

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

Shades of Flamenco #E08E4A

Tints of Flamenco #E08E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 16.82%

R = 50.91%
G = 32.27%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.12

RGB Variations

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

Color information

#E08E4A (or 0xE08E4A) is known color: Flamenco. HEX triplet: E0, 8E and 4A. RGB value is (224,142,74). Sum of RGB (Red+Green+Blue) = 224+142+74=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 142 (55.86% from 255 or 32.27% from 440); Blue value is 74 (29.30% from 255 or 16.82% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E08E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08E4A is #1F71B5. Grayscale: #9F9F9F. Windows color (decimal): -2060726 or 4886240. OLE color: 4886240.

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

Color convert

RGB 224 142 74 -
CMYK 0 0.37 0.67 0.12
HSL 27.2º 0.71% 0.58% -
HSV(B) 27.2º 0.67% 0.88% -
XYZ 41.65 35.69 11.17 -
YUV 158.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 224 142 74 0 0.37 0.67 0.12 27.2 0.71 0.58
Hex E0 8E 4A 0 25 43 C 1B 47 3A
Octal 340 216 112 0 45 103 14 33 107 72
Binary 11100000 10001110 1001010 0 100101 1000011 1100 11011 1000111 111010

Color Harmonies of #E08E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08E4A

Black with #E08E4A

Text Example


Text Example

White with #E08E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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