Html Css Color HEX #E76A54 Flamingo

📋 copy color: '#E76A54'

red 231 ◦ green 106 ◦ blue 84

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

Shades of Flamingo #E76A54

Tints of Flamingo #E76A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 19.95%

R = 54.87%
G = 25.18%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.64

 K value IS 0.09

RGB Variations

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

Color information

#E76A54 (or 0xE76A54) is known color: Flamingo. HEX triplet: E7, 6A and 54. RGB value is (231,106,84). Sum of RGB (Red+Green+Blue) = 231+106+84=421 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.87% from 421); Green value is 106 (41.80% from 255 or 25.18% from 421); Blue value is 84 (33.20% from 255 or 19.95% from 421); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A54 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76A54 is #1895AB. Grayscale: #8D8D8D. Windows color (decimal): -1611180 or 5532391. OLE color: 5532391.

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

Color convert

RGB 231 106 84 -
CMYK 0 0.54 0.64 0.09
HSL 8.98º 0.75% 0.62% -
HSV(B) 8.98º 0.64% 0.91% -
XYZ 39.71 27.94 11.69 -
YUV 140.87 95.91 192.29 -
System Red Green Blue C M Y K H S L
Decimal 231 106 84 0 0.54 0.64 0.09 8.98 0.75 0.62
Hex E7 6A 54 0 36 40 9 9 4B 3E
Octal 347 152 124 0 66 100 11 11 113 76
Binary 11100111 1101010 1010100 0 110110 1000000 1001 1001 1001011 111110

Color Harmonies of #E76A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A54

Black with #E76A54

Text Example


Text Example

White with #E76A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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