Html Css Color HEX #E56A48 Flamingo

📋 copy color: '#E56A48'

red 229 ◦ green 106 ◦ blue 72

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

Shades of Flamingo #E56A48

Tints of Flamingo #E56A48

RGB

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

 GREEN value IS 106 (41.8% from 255) = 26.04%

 BLUE value IS 72 (28.52% from 255) = 17.69%

R = 56.27%
G = 26.04%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.69

 K value IS 0.10

RGB Variations

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

Color information

#E56A48 (or 0xE56A48) is known color: Flamingo. HEX triplet: E5, 6A and 48. RGB value is (229,106,72). Sum of RGB (Red+Green+Blue) = 229+106+72=407 (53% of max value = 765). Red value is 229 (89.84% from 255 or 56.27% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 72 (28.52% from 255 or 17.69% from 407); Max value from RGB is 229 - color contains mainly: red. Hex color #E56A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #E56A48 is #1A95B7. Grayscale: #8B8B8B. Windows color (decimal): -1742264 or 4745957. OLE color: 4745957.

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

Color convert

RGB 229 106 72 -
CMYK 0 0.54 0.69 0.10
HSL 12.99º 0.75% 0.59% -
HSV(B) 12.99º 0.69% 0.9% -
XYZ 38.64 27.43 9.39 -
YUV 138.9 90.25 192.26 -
System Red Green Blue C M Y K H S L
Decimal 229 106 72 0 0.54 0.69 0.10 12.99 0.75 0.59
Hex E5 6A 48 0 36 45 A D 4B 3B
Octal 345 152 110 0 66 105 12 15 113 73
Binary 11100101 1101010 1001000 0 110110 1000101 1010 1101 1001011 111011

Color Harmonies of #E56A48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56A48

Black with #E56A48

Text Example


Text Example

White with #E56A48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56A48; }

 p { color: rgb(229,106,72); }

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

background-color css

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

 a { background-color: rgb(229,106,72); }

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

border-color css

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

 span { border-color: rgb(229,106,72); }

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