Html Css Color HEX #E76956 Flamingo

📋 copy color: '#E76956'

red 231 ◦ green 105 ◦ blue 86

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

Shades of Flamingo #E76956

Tints of Flamingo #E76956

RGB

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

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

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

R = 54.74%
G = 24.88%
B = 20.38%

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

#E76956 (or 0xE76956) is known color: Flamingo. HEX triplet: E7, 69 and 56. RGB value is (231,105,86). Sum of RGB (Red+Green+Blue) = 231+105+86=422 (55% of max value = 765). Red value is 231 (90.62% from 255 or 54.74% from 422); Green value is 105 (41.41% from 255 or 24.88% from 422); Blue value is 86 (33.98% from 255 or 20.38% from 422); Max value from RGB is 231 - color contains mainly: red. Hex color #E76956 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76956 is #1896A9. Grayscale: #8C8C8C. Windows color (decimal): -1611434 or 5663207. OLE color: 5663207.

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

Color convert

RGB 231 105 86 -
CMYK 0 0.55 0.63 0.09
HSL 7.86º 0.75% 0.62% -
HSV(B) 7.86º 0.63% 0.91% -
XYZ 39.69 27.76 12.07 -
YUV 140.51 97.24 192.54 -
System Red Green Blue C M Y K H S L
Decimal 231 105 86 0 0.55 0.63 0.09 7.86 0.75 0.62
Hex E7 69 56 0 37 3F 9 8 4B 3E
Octal 347 151 126 0 67 77 11 10 113 76
Binary 11100111 1101001 1010110 0 110111 111111 1001 1000 1001011 111110

Color Harmonies of #E76956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76956

Black with #E76956

Text Example


Text Example

White with #E76956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76956; }

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

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

background-color css

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

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

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

border-color css

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

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

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