Html Css Color HEX #E08B45 Flamenco

📋 copy color: '#E08B45'

red 224 ◦ green 139 ◦ blue 69

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

Shades of Flamenco #E08B45

Tints of Flamenco #E08B45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 15.97%

R = 51.85%
G = 32.18%
B = 15.97%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08B45 (or 0xE08B45) is known color: Flamenco. HEX triplet: E0, 8B and 45. RGB value is (224,139,69). Sum of RGB (Red+Green+Blue) = 224+139+69=432 (57% of max value = 765). Red value is 224 (87.89% from 255 or 51.85% from 432); Green value is 139 (54.69% from 255 or 32.18% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 224 - color contains mainly: red. Hex color #E08B45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08B45 is #1F74BA. Grayscale: #9C9C9C. Windows color (decimal): -2061499 or 4557792. OLE color: 4557792.

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

Color convert

RGB 224 139 69 -
CMYK 0 0.38 0.69 0.12
HSL 27.1º 0.71% 0.57% -
HSV(B) 27.1º 0.69% 0.88% -
XYZ 41.05 34.74 10.17 -
YUV 156.44 78.66 176.19 -
System Red Green Blue C M Y K H S L
Decimal 224 139 69 0 0.38 0.69 0.12 27.1 0.71 0.57
Hex E0 8B 45 0 26 45 C 1B 47 39
Octal 340 213 105 0 46 105 14 33 107 71
Binary 11100000 10001011 1000101 0 100110 1000101 1100 11011 1000111 111001

Color Harmonies of #E08B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08B45

Black with #E08B45

Text Example


Text Example

White with #E08B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08B45; }

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

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

background-color css

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

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

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

border-color css

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

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

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