Html Css Color HEX #E56045 Flamingo

📋 copy color: '#E56045'

red 229 ◦ green 96 ◦ blue 69

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

Shades of Flamingo #E56045

Tints of Flamingo #E56045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.51%

R = 58.12%
G = 24.37%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.10

RGB Variations

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

Color information

#E56045 (or 0xE56045) is known color: Flamingo. HEX triplet: E5, 60 and 45. RGB value is (229,96,69). Sum of RGB (Red+Green+Blue) = 229+96+69=394 (52% of max value = 765). Red value is 229 (89.84% from 255 or 58.12% from 394); Green value is 96 (37.89% from 255 or 24.37% from 394); Blue value is 69 (27.34% from 255 or 17.51% from 394); Max value from RGB is 229 - color contains mainly: red. Hex color #E56045 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56045 is #1A9FBA. Grayscale: #848484. Windows color (decimal): -1744827 or 4546789. OLE color: 4546789.

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

Color convert

RGB 229 96 69 -
CMYK 0 0.58 0.70 0.10
HSL 10.13º 0.75% 0.58% -
HSV(B) 10.13º 0.7% 0.9% -
XYZ 37.57 25.45 8.56 -
YUV 132.69 92.06 196.7 -
System Red Green Blue C M Y K H S L
Decimal 229 96 69 0 0.58 0.70 0.10 10.13 0.75 0.58
Hex E5 60 45 0 3A 46 A A 4B 3A
Octal 345 140 105 0 72 106 12 12 113 72
Binary 11100101 1100000 1000101 0 111010 1000110 1010 1010 1001011 111010

Color Harmonies of #E56045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56045

Black with #E56045

Text Example


Text Example

White with #E56045

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56045; }

 p { color: rgb(229,96,69); }

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

background-color css

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

 a { background-color: rgb(229,96,69); }

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

border-color css

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

 span { border-color: rgb(229,96,69); }

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