Html Css Color HEX #E76A46 Flamingo

📋 copy color: '#E76A46'

red 231 ◦ green 106 ◦ blue 70

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

Shades of Flamingo #E76A46

Tints of Flamingo #E76A46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 17.2%

R = 56.76%
G = 26.04%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E76A46 (or 0xE76A46) is known color: Flamingo. HEX triplet: E7, 6A and 46. RGB value is (231,106,70). Sum of RGB (Red+Green+Blue) = 231+106+70=407 (53% of max value = 765). Red value is 231 (90.62% from 255 or 56.76% from 407); Green value is 106 (41.80% from 255 or 26.04% from 407); Blue value is 70 (27.73% from 255 or 17.20% from 407); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A46 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A46 is #1895B9. Grayscale: #8B8B8B. Windows color (decimal): -1611194 or 4614887. OLE color: 4614887.

HSL color Cylindrical-coordinate representation of color #E76A46: hue angle of 13.42º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E76A46 is Cyan = 0, Magento = 0.54, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 70 -
CMYK 0 0.54 0.70 0.09
HSL 13.42º 0.77% 0.59% -
HSV(B) 13.42º 0.7% 0.91% -
XYZ 39.21 27.74 9.08 -
YUV 139.27 88.91 193.43 -
System Red Green Blue C M Y K H S L
Decimal 231 106 70 0 0.54 0.70 0.09 13.42 0.77 0.59
Hex E7 6A 46 0 36 46 9 D 4D 3B
Octal 347 152 106 0 66 106 11 15 115 73
Binary 11100111 1101010 1000110 0 110110 1000110 1001 1101 1001101 111011

Color Harmonies of #E76A46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A46

Black with #E76A46

Text Example


Text Example

White with #E76A46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A46; }

 p { color: rgb(231,106,70); }

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

background-color css

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

 a { background-color: rgb(231,106,70); }

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

border-color css

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

 span { border-color: rgb(231,106,70); }

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