Html Css Color HEX #E18350 Flamenco

📋 copy color: '#E18350'

red 225 ◦ green 131 ◦ blue 80

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

Shades of Flamenco #E18350

Tints of Flamenco #E18350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.35%

R = 51.61%
G = 30.05%
B = 18.35%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.12

RGB Variations

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

Color information

#E18350 (or 0xE18350) is known color: Flamenco. HEX triplet: E1, 83 and 50. RGB value is (225,131,80). Sum of RGB (Red+Green+Blue) = 225+131+80=436 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.61% from 436); Green value is 131 (51.56% from 255 or 30.05% from 436); Blue value is 80 (31.64% from 255 or 18.35% from 436); Max value from RGB is 225 - color contains mainly: red. Hex color #E18350 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E18350 is #1E7CAF. Grayscale: #999999. Windows color (decimal): -1998000 or 5276641. OLE color: 5276641.

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

Color convert

RGB 225 131 80 -
CMYK 0 0.42 0.64 0.12
HSL 21.1º 0.71% 0.6% -
HSV(B) 21.1º 0.64% 0.88% -
XYZ 40.62 32.82 11.78 -
YUV 153.29 86.64 179.15 -
System Red Green Blue C M Y K H S L
Decimal 225 131 80 0 0.42 0.64 0.12 21.1 0.71 0.6
Hex E1 83 50 0 2A 40 C 15 47 3C
Octal 341 203 120 0 52 100 14 25 107 74
Binary 11100001 10000011 1010000 0 101010 1000000 1100 10101 1000111 111100

Color Harmonies of #E18350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18350

Black with #E18350

Text Example


Text Example

White with #E18350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18350; }

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

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

background-color css

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

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

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

border-color css

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

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

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