Html Css Color HEX #E28C49 Flamenco

📋 copy color: '#E28C49'

red 226 ◦ green 140 ◦ blue 73

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

Shades of Flamenco #E28C49

Tints of Flamenco #E28C49

RGB

 RED value IS 226 (88.67% from 255) = 51.48%

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 73 (28.91% from 255) = 16.63%

R = 51.48%
G = 31.89%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.11

RGB Variations

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

Color information

#E28C49 (or 0xE28C49) is known color: Flamenco. HEX triplet: E2, 8C and 49. RGB value is (226,140,73). Sum of RGB (Red+Green+Blue) = 226+140+73=439 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.48% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 73 (28.91% from 255 or 16.63% from 439); Max value from RGB is 226 - color contains mainly: red. Hex color #E28C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #E28C49 is #1D73B6. Grayscale: #9E9E9E. Windows color (decimal): -1930167 or 4820194. OLE color: 4820194.

HSL color Cylindrical-coordinate representation of color #E28C49: hue angle of 26.27º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E28C49 is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 140 73 -
CMYK 0 0.38 0.68 0.11
HSL 26.27º 0.73% 0.59% -
HSV(B) 26.27º 0.68% 0.89% -
XYZ 41.94 35.41 10.93 -
YUV 158.08 79.99 176.45 -
System Red Green Blue C M Y K H S L
Decimal 226 140 73 0 0.38 0.68 0.11 26.27 0.73 0.59
Hex E2 8C 49 0 26 44 B 1A 49 3B
Octal 342 214 111 0 46 104 13 32 111 73
Binary 11100010 10001100 1001001 0 100110 1000100 1011 11010 1001001 111011

Color Harmonies of #E28C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28C49

Black with #E28C49

Text Example


Text Example

White with #E28C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28C49; }

 p { color: rgb(226,140,73); }

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

background-color css

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

 a { background-color: rgb(226,140,73); }

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

border-color css

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

 span { border-color: rgb(226,140,73); }

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