Html Css Color HEX #E08545 Flamenco

📋 copy color: '#E08545'

red 224 ◦ green 133 ◦ blue 69

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

Shades of Flamenco #E08545

Tints of Flamenco #E08545

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.22%

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

R = 52.58%
G = 31.22%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E08545 (or 0xE08545) is known color: Flamenco. HEX triplet: E0, 85 and 45. RGB value is (224,133,69). Sum of RGB (Red+Green+Blue) = 224+133+69=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 133 (52.34% from 255 or 31.22% from 426); Blue value is 69 (27.34% from 255 or 16.20% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08545 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08545 is #1F7ABA. Grayscale: #999999. Windows color (decimal): -2063035 or 4556256. OLE color: 4556256.

HSL color Cylindrical-coordinate representation of color #E08545: hue angle of 24.77º 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 #E08545 is Cyan = 0, Magento = 0.41, Yellow = 0.69 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 133 69 -
CMYK 0 0.41 0.69 0.12
HSL 24.77º 0.71% 0.57% -
HSV(B) 24.77º 0.69% 0.88% -
XYZ 40.2 33.05 9.89 -
YUV 152.91 80.65 178.7 -
System Red Green Blue C M Y K H S L
Decimal 224 133 69 0 0.41 0.69 0.12 24.77 0.71 0.57
Hex E0 85 45 0 29 45 C 19 47 39
Octal 340 205 105 0 51 105 14 31 107 71
Binary 11100000 10000101 1000101 0 101001 1000101 1100 11001 1000111 111001

Color Harmonies of #E08545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08545

Black with #E08545

Text Example


Text Example

White with #E08545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08545; }

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

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

background-color css

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

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

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

border-color css

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

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

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