Html Css Color HEX #E76449 Flamingo

📋 copy color: '#E76449'

red 231 ◦ green 100 ◦ blue 73

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

Shades of Flamingo #E76449

Tints of Flamingo #E76449

RGB

 RED value IS 231 (90.63% from 255) = 57.18%

 GREEN value IS 100 (39.45% from 255) = 24.75%

 BLUE value IS 73 (28.91% from 255) = 18.07%

R = 57.18%
G = 24.75%
B = 18.07%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E76449 (or 0xE76449) is known color: Flamingo. HEX triplet: E7, 64 and 49. RGB value is (231,100,73). Sum of RGB (Red+Green+Blue) = 231+100+73=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 100 (39.45% from 255 or 24.75% from 404); Blue value is 73 (28.91% from 255 or 18.07% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76449 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76449 is #189BB6. Grayscale: #888888. Windows color (decimal): -1612727 or 4809959. OLE color: 4809959.

HSL color Cylindrical-coordinate representation of color #E76449: hue angle of 10.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E76449 is Cyan = 0, Magento = 0.57, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 73 -
CMYK 0 0.57 0.68 0.09
HSL 10.25º 0.77% 0.6% -
HSV(B) 10.25º 0.68% 0.91% -
XYZ 38.71 26.58 9.39 -
YUV 136.09 92.4 195.7 -
System Red Green Blue C M Y K H S L
Decimal 231 100 73 0 0.57 0.68 0.09 10.25 0.77 0.6
Hex E7 64 49 0 39 44 9 A 4D 3C
Octal 347 144 111 0 71 104 11 12 115 74
Binary 11100111 1100100 1001001 0 111001 1000100 1001 1010 1001101 111100

Color Harmonies of #E76449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76449

Black with #E76449

Text Example


Text Example

White with #E76449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76449; }

 p { color: rgb(231,100,73); }

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

background-color css

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

 a { background-color: rgb(231,100,73); }

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

border-color css

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

 span { border-color: rgb(231,100,73); }

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