Html Css Color HEX #E28450 Flamenco

📋 copy color: '#E28450'

red 226 ◦ green 132 ◦ blue 80

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

Shades of Flamenco #E28450

Tints of Flamenco #E28450

RGB

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

 GREEN value IS 132 (51.95% from 255) = 30.14%

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

R = 51.6%
G = 30.14%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E28450 (or 0xE28450) is known color: Flamenco. HEX triplet: E2, 84 and 50. RGB value is (226,132,80). Sum of RGB (Red+Green+Blue) = 226+132+80=438 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.60% from 438); Green value is 132 (51.95% from 255 or 30.14% from 438); Blue value is 80 (31.64% from 255 or 18.26% from 438); Max value from RGB is 226 - color contains mainly: red. Hex color #E28450 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28450 is #1D7BAF. Grayscale: #9A9A9A. Windows color (decimal): -1932208 or 5276898. OLE color: 5276898.

HSL color Cylindrical-coordinate representation of color #E28450: hue angle of 21.37º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E28450 is Cyan = 0, Magento = 0.42, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 132 80 -
CMYK 0 0.42 0.65 0.11
HSL 21.37º 0.72% 0.6% -
HSV(B) 21.37º 0.65% 0.89% -
XYZ 41.06 33.25 11.84 -
YUV 154.18 86.14 179.23 -
System Red Green Blue C M Y K H S L
Decimal 226 132 80 0 0.42 0.65 0.11 21.37 0.72 0.6
Hex E2 84 50 0 2A 41 B 15 48 3C
Octal 342 204 120 0 52 101 13 25 110 74
Binary 11100010 10000100 1010000 0 101010 1000001 1011 10101 1001000 111100

Color Harmonies of #E28450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28450

Black with #E28450

Text Example


Text Example

White with #E28450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28450; }

 p { color: rgb(226,132,80); }

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

background-color css

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

 a { background-color: rgb(226,132,80); }

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

border-color css

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

 span { border-color: rgb(226,132,80); }

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