Html Css Color HEX #E08552 Flamenco

📋 copy color: '#E08552'

red 224 ◦ green 133 ◦ blue 82

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

Shades of Flamenco #E08552

Tints of Flamenco #E08552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.68%

R = 51.03%
G = 30.3%
B = 18.68%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.63

 K value IS 0.12

RGB Variations

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

Color information

#E08552 (or 0xE08552) is known color: Flamenco. HEX triplet: E0, 85 and 52. RGB value is (224,133,82). Sum of RGB (Red+Green+Blue) = 224+133+82=439 (58% of max value = 765). Red value is 224 (87.89% from 255 or 51.03% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 224 - color contains mainly: red. Hex color #E08552 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E08552 is #1F7AAD. Grayscale: #9A9A9A. Windows color (decimal): -2063022 or 5408224. OLE color: 5408224.

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

Color convert

RGB 224 133 82 -
CMYK 0 0.41 0.63 0.12
HSL 21.55º 0.7% 0.6% -
HSV(B) 21.55º 0.63% 0.88% -
XYZ 40.65 33.23 12.25 -
YUV 154.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 224 133 82 0 0.41 0.63 0.12 21.55 0.7 0.6
Hex E0 85 52 0 29 3F C 16 46 3C
Octal 340 205 122 0 51 77 14 26 106 74
Binary 11100000 10000101 1010010 0 101001 111111 1100 10110 1000110 111100

Color Harmonies of #E08552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E08552

Black with #E08552

Text Example


Text Example

White with #E08552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E08552; }

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

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

background-color css

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

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

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

border-color css

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

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

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