Html Css Color HEX #E36B50 Flamingo

📋 copy color: '#E36B50'

red 227 ◦ green 107 ◦ blue 80

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

Shades of Flamingo #E36B50

Tints of Flamingo #E36B50

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.85%

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

R = 54.83%
G = 25.85%
B = 19.32%

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

#E36B50 (or 0xE36B50) is known color: Flamingo. HEX triplet: E3, 6B and 50. RGB value is (227,107,80). Sum of RGB (Red+Green+Blue) = 227+107+80=414 (54% of max value = 765). Red value is 227 (89.06% from 255 or 54.83% from 414); Green value is 107 (42.19% from 255 or 25.85% from 414); Blue value is 80 (31.64% from 255 or 19.32% from 414); Max value from RGB is 227 - color contains mainly: red. Hex color #E36B50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E36B50 is #1C94AF. Grayscale: #8C8C8C. Windows color (decimal): -1873072 or 5270499. OLE color: 5270499.

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

Color convert

RGB 227 107 80 -
CMYK 0 0.53 0.65 0.11
HSL 11.02º 0.72% 0.6% -
HSV(B) 11.02º 0.65% 0.89% -
XYZ 38.38 27.43 10.86 -
YUV 139.8 94.26 190.2 -
System Red Green Blue C M Y K H S L
Decimal 227 107 80 0 0.53 0.65 0.11 11.02 0.72 0.6
Hex E3 6B 50 0 35 41 B B 48 3C
Octal 343 153 120 0 65 101 13 13 110 74
Binary 11100011 1101011 1010000 0 110101 1000001 1011 1011 1001000 111100

Color Harmonies of #E36B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36B50

Black with #E36B50

Text Example


Text Example

White with #E36B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36B50; }

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

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

background-color css

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

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

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

border-color css

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

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

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