Html Css Color HEX #E08B4E Flamenco

📋 copy color: '#E08B4E'

red 224 ◦ green 139 ◦ blue 78

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

Shades of Flamenco #E08B4E

Tints of Flamenco #E08B4E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.52%

 BLUE value IS 78 (30.86% from 255) = 17.69%

R = 50.79%
G = 31.52%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.12

RGB Variations

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

Color information

#E08B4E (or 0xE08B4E) is known color: Flamenco. HEX triplet: E0, 8B and 4E. RGB value is (224,139,78). Sum of RGB (Red+Green+Blue) = 224+139+78=441 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.79% from 441); Green value is 139 (54.69% from 255 or 31.52% from 441); Blue value is 78 (30.86% from 255 or 17.69% from 441); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08B4E is #1F74B1. Grayscale: #9D9D9D. Windows color (decimal): -2061490 or 5147616. OLE color: 5147616.

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

Color convert

RGB 224 139 78 -
CMYK 0 0.38 0.65 0.12
HSL 25.07º 0.7% 0.59% -
HSV(B) 25.07º 0.65% 0.88% -
XYZ 41.35 34.86 11.76 -
YUV 157.46 83.16 175.46 -
System Red Green Blue C M Y K H S L
Decimal 224 139 78 0 0.38 0.65 0.12 25.07 0.7 0.59
Hex E0 8B 4E 0 26 41 C 19 46 3B
Octal 340 213 116 0 46 101 14 31 106 73
Binary 11100000 10001011 1001110 0 100110 1000001 1100 11001 1000110 111011

Color Harmonies of #E08B4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B4E

Black with #E08B4E

Text Example


Text Example

White with #E08B4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B4E; }

 p { color: rgb(224,139,78); }

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

background-color css

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

 a { background-color: rgb(224,139,78); }

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

border-color css

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

 span { border-color: rgb(224,139,78); }

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