Html Css Color HEX #E08446 Flamenco

📋 copy color: '#E08446'

red 224 ◦ green 132 ◦ blue 70

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

Shades of Flamenco #E08446

Tints of Flamenco #E08446

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.99%

 BLUE value IS 70 (27.73% from 255) = 16.43%

R = 52.58%
G = 30.99%
B = 16.43%

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

#E08446 (or 0xE08446) is known color: Flamenco. HEX triplet: E0, 84 and 46. RGB value is (224,132,70). Sum of RGB (Red+Green+Blue) = 224+132+70=426 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.58% from 426); Green value is 132 (51.95% from 255 or 30.99% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 224 - color contains mainly: red. Hex color #E08446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E08446 is #1F7BB9. Grayscale: #989898. Windows color (decimal): -2063290 or 4621536. OLE color: 4621536.

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

Color convert

RGB 224 132 70 -
CMYK 0 0.41 0.69 0.12
HSL 24.16º 0.71% 0.58% -
HSV(B) 24.16º 0.69% 0.88% -
XYZ 40.1 32.79 10.01 -
YUV 152.44 81.48 179.04 -
System Red Green Blue C M Y K H S L
Decimal 224 132 70 0 0.41 0.69 0.12 24.16 0.71 0.58
Hex E0 84 46 0 29 45 C 18 47 3A
Octal 340 204 106 0 51 105 14 30 107 72
Binary 11100000 10000100 1000110 0 101001 1000101 1100 11000 1000111 111010

Color Harmonies of #E08446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08446

Black with #E08446

Text Example


Text Example

White with #E08446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08446; }

 p { color: rgb(224,132,70); }

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

background-color css

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

 a { background-color: rgb(224,132,70); }

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

border-color css

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

 span { border-color: rgb(224,132,70); }

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