Html Css Color HEX #E56142 Flamingo

📋 copy color: '#E56142'

red 229 ◦ green 97 ◦ blue 66

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

Shades of Flamingo #E56142

Tints of Flamingo #E56142

RGB

 RED value IS 229 (89.84% from 255) = 58.42%

 GREEN value IS 97 (38.28% from 255) = 24.74%

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

R = 58.42%
G = 24.74%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.10

RGB Variations

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

Color information

#E56142 (or 0xE56142) is known color: Flamingo. HEX triplet: E5, 61 and 42. RGB value is (229,97,66). Sum of RGB (Red+Green+Blue) = 229+97+66=392 (51% of max value = 765). Red value is 229 (89.84% from 255 or 58.42% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 66 (26.17% from 255 or 16.84% from 392); Max value from RGB is 229 - color contains mainly: red. Hex color #E56142 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56142 is #1A9EBD. Grayscale: #858585. Windows color (decimal): -1744574 or 4350437. OLE color: 4350437.

HSL color Cylindrical-coordinate representation of color #E56142: hue angle of 11.41º degrees, saturation: 0.76, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E56142 is Cyan = 0, Magento = 0.58, Yellow = 0.71 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 97 66 -
CMYK 0 0.58 0.71 0.10
HSL 11.41º 0.76% 0.58% -
HSV(B) 11.41º 0.71% 0.9% -
XYZ 37.57 25.6 8.12 -
YUV 132.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 229 97 66 0 0.58 0.71 0.10 11.41 0.76 0.58
Hex E5 61 42 0 3A 47 A B 4C 3A
Octal 345 141 102 0 72 107 12 13 114 72
Binary 11100101 1100001 1000010 0 111010 1000111 1010 1011 1001100 111010

Color Harmonies of #E56142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56142

Black with #E56142

Text Example


Text Example

White with #E56142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56142; }

 p { color: rgb(229,97,66); }

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

background-color css

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

 a { background-color: rgb(229,97,66); }

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

border-color css

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

 span { border-color: rgb(229,97,66); }

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