Html Css Color HEX #E36040 Flamingo

📋 copy color: '#E36040'

red 227 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #E36040

Tints of Flamingo #E36040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 64 (25.39% from 255) = 16.54%

R = 58.66%
G = 24.81%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.11

RGB Variations

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

Color information

#E36040 (or 0xE36040) is known color: Flamingo. HEX triplet: E3, 60 and 40. RGB value is (227,96,64). Sum of RGB (Red+Green+Blue) = 227+96+64=387 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.66% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 227 - color contains mainly: red. Hex color #E36040 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36040 is #1C9FBF. Grayscale: #838383. Windows color (decimal): -1875904 or 4219107. OLE color: 4219107.

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

Color convert

RGB 227 96 64 -
CMYK 0 0.58 0.72 0.11
HSL 11.78º 0.74% 0.57% -
HSV(B) 11.78º 0.72% 0.89% -
XYZ 36.79 25.07 7.75 -
YUV 131.52 89.9 196.1 -
System Red Green Blue C M Y K H S L
Decimal 227 96 64 0 0.58 0.72 0.11 11.78 0.74 0.57
Hex E3 60 40 0 3A 48 B C 4A 39
Octal 343 140 100 0 72 110 13 14 112 71
Binary 11100011 1100000 1000000 0 111010 1001000 1011 1100 1001010 111001

Color Harmonies of #E36040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36040

Black with #E36040

Text Example


Text Example

White with #E36040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36040; }

 p { color: rgb(227,96,64); }

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

background-color css

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

 a { background-color: rgb(227,96,64); }

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

border-color css

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

 span { border-color: rgb(227,96,64); }

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