Html Css Color HEX #E36042 Flamingo

📋 copy color: '#E36042'

red 227 ◦ green 96 ◦ blue 66

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

Shades of Flamingo #E36042

Tints of Flamingo #E36042

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.97%

R = 58.35%
G = 24.68%
B = 16.97%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.11

RGB Variations

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

Color information

#E36042 (or 0xE36042) is known color: Flamingo. HEX triplet: E3, 60 and 42. RGB value is (227,96,66). Sum of RGB (Red+Green+Blue) = 227+96+66=389 (51% of max value = 765). Red value is 227 (89.06% from 255 or 58.35% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 66 (26.17% from 255 or 16.97% from 389); Max value from RGB is 227 - color contains mainly: red. Hex color #E36042 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E36042 is #1C9FBD. Grayscale: #848484. Windows color (decimal): -1875902 or 4350179. OLE color: 4350179.

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

Color convert

RGB 227 96 66 -
CMYK 0 0.58 0.71 0.11
HSL 11.18º 0.74% 0.57% -
HSV(B) 11.18º 0.71% 0.89% -
XYZ 36.84 25.09 8.06 -
YUV 131.75 90.9 195.94 -
System Red Green Blue C M Y K H S L
Decimal 227 96 66 0 0.58 0.71 0.11 11.18 0.74 0.57
Hex E3 60 42 0 3A 47 B B 4A 39
Octal 343 140 102 0 72 107 13 13 112 71
Binary 11100011 1100000 1000010 0 111010 1000111 1011 1011 1001010 111001

Color Harmonies of #E36042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E36042

Black with #E36042

Text Example


Text Example

White with #E36042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E36042; }

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

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

background-color css

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

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

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

border-color css

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

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

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