Html Css Color HEX #E76A51 Flamingo

📋 copy color: '#E76A51'

red 231 ◦ green 106 ◦ blue 81

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

Shades of Flamingo #E76A51

Tints of Flamingo #E76A51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 19.38%

R = 55.26%
G = 25.36%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.09

RGB Variations

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

Color information

#E76A51 (or 0xE76A51) is known color: Flamingo. HEX triplet: E7, 6A and 51. RGB value is (231,106,81). Sum of RGB (Red+Green+Blue) = 231+106+81=418 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55.26% from 418); Green value is 106 (41.80% from 255 or 25.36% from 418); Blue value is 81 (32.03% from 255 or 19.38% from 418); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A51 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A51 is #1895AE. Grayscale: #8C8C8C. Windows color (decimal): -1611183 or 5335783. OLE color: 5335783.

HSL color Cylindrical-coordinate representation of color #E76A51: hue angle of 10º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E76A51 is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 81 -
CMYK 0 0.54 0.65 0.09
HSL 10º 0.76% 0.61% -
HSV(B) 10º 0.65% 0.91% -
XYZ 39.59 27.89 11.08 -
YUV 140.53 94.41 192.53 -
System Red Green Blue C M Y K H S L
Decimal 231 106 81 0 0.54 0.65 0.09 10 0.76 0.61
Hex E7 6A 51 0 36 41 9 A 4C 3D
Octal 347 152 121 0 66 101 11 12 114 75
Binary 11100111 1101010 1010001 0 110110 1000001 1001 1010 1001100 111101

Color Harmonies of #E76A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A51

Black with #E76A51

Text Example


Text Example

White with #E76A51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A51; }

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

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

background-color css

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

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

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

border-color css

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

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

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