Html Css Color HEX #E76949 Flamingo

📋 copy color: '#E76949'

red 231 ◦ green 105 ◦ blue 73

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

Shades of Flamingo #E76949

Tints of Flamingo #E76949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.67%

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

R = 56.48%
G = 25.67%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.68

 K value IS 0.09

RGB Variations

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

Color information

#E76949 (or 0xE76949) is known color: Flamingo. HEX triplet: E7, 69 and 49. RGB value is (231,105,73). Sum of RGB (Red+Green+Blue) = 231+105+73=409 (54% of max value = 765). Red value is 231 (90.62% from 255 or 56.48% from 409); Green value is 105 (41.41% from 255 or 25.67% from 409); Blue value is 73 (28.91% from 255 or 17.85% from 409); Max value from RGB is 231 - color contains mainly: red. Hex color #E76949 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76949 is #1896B6. Grayscale: #8B8B8B. Windows color (decimal): -1611447 or 4811239. OLE color: 4811239.

HSL color Cylindrical-coordinate representation of color #E76949: hue angle of 12.15º 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 #E76949 is Cyan = 0, Magento = 0.55, Yellow = 0.68 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 105 73 -
CMYK 0 0.55 0.68 0.09
HSL 12.15º 0.77% 0.6% -
HSV(B) 12.15º 0.68% 0.91% -
XYZ 39.21 27.57 9.56 -
YUV 139.03 90.74 193.6 -
System Red Green Blue C M Y K H S L
Decimal 231 105 73 0 0.55 0.68 0.09 12.15 0.77 0.6
Hex E7 69 49 0 37 44 9 C 4D 3C
Octal 347 151 111 0 67 104 11 14 115 74
Binary 11100111 1101001 1001001 0 110111 1000100 1001 1100 1001101 111100

Color Harmonies of #E76949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76949

Black with #E76949

Text Example


Text Example

White with #E76949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76949; }

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

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

background-color css

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

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

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

border-color css

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

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

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