Html Css Color HEX #E18848 Flamenco

📋 copy color: '#E18848'

red 225 ◦ green 136 ◦ blue 72

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

Shades of Flamenco #E18848

Tints of Flamenco #E18848

RGB

 RED value IS 225 (88.28% from 255) = 51.96%

 GREEN value IS 136 (53.52% from 255) = 31.41%

 BLUE value IS 72 (28.52% from 255) = 16.63%

R = 51.96%
G = 31.41%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.68

 K value IS 0.12

RGB Variations

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

Color information

#E18848 (or 0xE18848) is known color: Flamenco. HEX triplet: E1, 88 and 48. RGB value is (225,136,72). Sum of RGB (Red+Green+Blue) = 225+136+72=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 72 (28.52% from 255 or 16.63% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E18848 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18848 is #1E77B7. Grayscale: #9B9B9B. Windows color (decimal): -1996728 or 4753633. OLE color: 4753633.

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

Color convert

RGB 225 136 72 -
CMYK 0 0.40 0.68 0.12
HSL 25.1º 0.72% 0.58% -
HSV(B) 25.1º 0.68% 0.88% -
XYZ 41.03 34.08 10.55 -
YUV 155.32 80.99 177.7 -
System Red Green Blue C M Y K H S L
Decimal 225 136 72 0 0.40 0.68 0.12 25.1 0.72 0.58
Hex E1 88 48 0 28 44 C 19 48 3A
Octal 341 210 110 0 50 104 14 31 110 72
Binary 11100001 10001000 1001000 0 101000 1000100 1100 11001 1001000 111010

Color Harmonies of #E18848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18848

Black with #E18848

Text Example


Text Example

White with #E18848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18848; }

 p { color: rgb(225,136,72); }

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

background-color css

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

 a { background-color: rgb(225,136,72); }

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

border-color css

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

 span { border-color: rgb(225,136,72); }

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