Html Css Color HEX #E76756 Flamingo

📋 copy color: '#E76756'

red 231 ◦ green 103 ◦ blue 86

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

Shades of Flamingo #E76756

Tints of Flamingo #E76756

RGB

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

 GREEN value IS 103 (40.63% from 255) = 24.52%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 55%
G = 24.52%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E76756 (or 0xE76756) is known color: Flamingo. HEX triplet: E7, 67 and 56. RGB value is (231,103,86). Sum of RGB (Red+Green+Blue) = 231+103+86=420 (55% of max value = 765). Red value is 231 (90.62% from 255 or 55% from 420); Green value is 103 (40.62% from 255 or 24.52% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 231 - color contains mainly: red. Hex color #E76756 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76756 is #1898A9. Grayscale: #8B8B8B. Windows color (decimal): -1611946 or 5662695. OLE color: 5662695.

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

Color convert

RGB 231 103 86 -
CMYK 0 0.55 0.63 0.09
HSL 7.03º 0.75% 0.62% -
HSV(B) 7.03º 0.63% 0.91% -
XYZ 39.48 27.36 12 -
YUV 139.33 97.91 193.38 -
System Red Green Blue C M Y K H S L
Decimal 231 103 86 0 0.55 0.63 0.09 7.03 0.75 0.62
Hex E7 67 56 0 37 3F 9 7 4B 3E
Octal 347 147 126 0 67 77 11 7 113 76
Binary 11100111 1100111 1010110 0 110111 111111 1001 111 1001011 111110

Color Harmonies of #E76756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76756

Black with #E76756

Text Example


Text Example

White with #E76756

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76756; }

 p { color: rgb(231,103,86); }

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

background-color css

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

 a { background-color: rgb(231,103,86); }

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

border-color css

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

 span { border-color: rgb(231,103,86); }

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