Html Css Color HEX #E18A46 Flamenco

📋 copy color: '#E18A46'

red 225 ◦ green 138 ◦ blue 70

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

Shades of Flamenco #E18A46

Tints of Flamenco #E18A46

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.87%

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

R = 51.96%
G = 31.87%
B = 16.17%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#E18A46 (or 0xE18A46) is known color: Flamenco. HEX triplet: E1, 8A and 46. RGB value is (225,138,70). Sum of RGB (Red+Green+Blue) = 225+138+70=433 (57% of max value = 765). Red value is 225 (88.28% from 255 or 51.96% from 433); Green value is 138 (54.30% from 255 or 31.87% from 433); Blue value is 70 (27.73% from 255 or 16.17% from 433); Max value from RGB is 225 - color contains mainly: red. Hex color #E18A46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E18A46 is #1E75B9. Grayscale: #9C9C9C. Windows color (decimal): -1996218 or 4623073. OLE color: 4623073.

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

Color convert

RGB 225 138 70 -
CMYK 0 0.39 0.69 0.12
HSL 26.32º 0.72% 0.58% -
HSV(B) 26.32º 0.69% 0.88% -
XYZ 41.25 34.63 10.3 -
YUV 156.26 79.32 177.03 -
System Red Green Blue C M Y K H S L
Decimal 225 138 70 0 0.39 0.69 0.12 26.32 0.72 0.58
Hex E1 8A 46 0 27 45 C 1A 48 3A
Octal 341 212 106 0 47 105 14 32 110 72
Binary 11100001 10001010 1000110 0 100111 1000101 1100 11010 1001000 111010

Color Harmonies of #E18A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E18A46

Black with #E18A46

Text Example


Text Example

White with #E18A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E18A46; }

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

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

background-color css

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

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

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

border-color css

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

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

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