Html Css Color HEX #E18346 Flamenco

📋 copy color: '#E18346'

red 225 ◦ green 131 ◦ blue 70

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

Shades of Flamenco #E18346

Tints of Flamenco #E18346

RGB

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

 GREEN value IS 131 (51.56% from 255) = 30.75%

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

R = 52.82%
G = 30.75%
B = 16.43%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E18346 (or 0xE18346) is known color: Flamenco. HEX triplet: E1, 83 and 46. RGB value is (225,131,70). Sum of RGB (Red+Green+Blue) = 225+131+70=426 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.82% from 426); Green value is 131 (51.56% from 255 or 30.75% from 426); Blue value is 70 (27.73% from 255 or 16.43% from 426); Max value from RGB is 225 - color contains mainly: red. Hex color #E18346 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18346 is #1E7CB9. Grayscale: #989898. Windows color (decimal): -1998010 or 4621281. OLE color: 4621281.

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

Color convert

RGB 225 131 70 -
CMYK 0 0.42 0.69 0.12
HSL 23.61º 0.72% 0.58% -
HSV(B) 23.61º 0.69% 0.88% -
XYZ 40.27 32.68 9.98 -
YUV 152.15 81.64 179.96 -
System Red Green Blue C M Y K H S L
Decimal 225 131 70 0 0.42 0.69 0.12 23.61 0.72 0.58
Hex E1 83 46 0 2A 45 C 18 48 3A
Octal 341 203 106 0 52 105 14 30 110 72
Binary 11100001 10000011 1000110 0 101010 1000101 1100 11000 1001000 111010

Color Harmonies of #E18346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18346

Black with #E18346

Text Example


Text Example

White with #E18346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18346; }

 p { color: rgb(225,131,70); }

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

background-color css

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

 a { background-color: rgb(225,131,70); }

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

border-color css

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

 span { border-color: rgb(225,131,70); }

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