Html Css Color HEX #E28850 Flamenco

📋 copy color: '#E28850'

red 226 ◦ green 136 ◦ blue 80

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

Shades of Flamenco #E28850

Tints of Flamenco #E28850

RGB

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

 GREEN value IS 136 (53.52% from 255) = 30.77%

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

R = 51.13%
G = 30.77%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E28850 (or 0xE28850) is known color: Flamenco. HEX triplet: E2, 88 and 50. RGB value is (226,136,80). Sum of RGB (Red+Green+Blue) = 226+136+80=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 136 (53.52% from 255 or 30.77% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E28850 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #E28850 is #1D77AF. Grayscale: #9C9C9C. Windows color (decimal): -1931184 or 5277922. OLE color: 5277922.

HSL color Cylindrical-coordinate representation of color #E28850: hue angle of 23.01º 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 #E28850 is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 136 80 -
CMYK 0 0.40 0.65 0.11
HSL 23.01º 0.72% 0.6% -
HSV(B) 23.01º 0.65% 0.89% -
XYZ 41.62 34.36 12.03 -
YUV 156.53 84.82 177.55 -
System Red Green Blue C M Y K H S L
Decimal 226 136 80 0 0.40 0.65 0.11 23.01 0.72 0.6
Hex E2 88 50 0 28 41 B 17 48 3C
Octal 342 210 120 0 50 101 13 27 110 74
Binary 11100010 10001000 1010000 0 101000 1000001 1011 10111 1001000 111100

Color Harmonies of #E28850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E28850

Black with #E28850

Text Example


Text Example

White with #E28850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E28850; }

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

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

background-color css

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

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

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

border-color css

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

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

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