Html Css Color HEX #E36A50 Flamingo

📋 copy color: '#E36A50'

red 227 ◦ green 106 ◦ blue 80

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

Shades of Flamingo #E36A50

Tints of Flamingo #E36A50

RGB

 RED value IS 227 (89.06% from 255) = 54.96%

 GREEN value IS 106 (41.8% from 255) = 25.67%

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

R = 54.96%
G = 25.67%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.65

 K value IS 0.11

RGB Variations

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

Color information

#E36A50 (or 0xE36A50) is known color: Flamingo. HEX triplet: E3, 6A and 50. RGB value is (227,106,80). Sum of RGB (Red+Green+Blue) = 227+106+80=413 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.96% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 80 (31.64% from 255 or 19.37% from 413); Max value from RGB is 227 - color contains mainly: red. Hex color #E36A50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36A50 is #1C95AF. Grayscale: #8B8B8B. Windows color (decimal): -1873328 or 5270243. OLE color: 5270243.

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

Color convert

RGB 227 106 80 -
CMYK 0 0.53 0.65 0.11
HSL 10.61º 0.72% 0.6% -
HSV(B) 10.61º 0.65% 0.89% -
XYZ 38.28 27.22 10.83 -
YUV 139.22 94.59 190.61 -
System Red Green Blue C M Y K H S L
Decimal 227 106 80 0 0.53 0.65 0.11 10.61 0.72 0.6
Hex E3 6A 50 0 35 41 B B 48 3C
Octal 343 152 120 0 65 101 13 13 110 74
Binary 11100011 1101010 1010000 0 110101 1000001 1011 1011 1001000 111100

Color Harmonies of #E36A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36A50

Black with #E36A50

Text Example


Text Example

White with #E36A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36A50; }

 p { color: rgb(227,106,80); }

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

background-color css

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

 a { background-color: rgb(227,106,80); }

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

border-color css

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

 span { border-color: rgb(227,106,80); }

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