Html Css Color HEX #E76047 Flamingo

📋 copy color: '#E76047'

red 231 ◦ green 96 ◦ blue 71

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

Shades of Flamingo #E76047

Tints of Flamingo #E76047

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.12%

 BLUE value IS 71 (28.13% from 255) = 17.84%

R = 58.04%
G = 24.12%
B = 17.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.09

RGB Variations

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

Color information

#E76047 (or 0xE76047) is known color: Flamingo. HEX triplet: E7, 60 and 47. RGB value is (231,96,71). Sum of RGB (Red+Green+Blue) = 231+96+71=398 (52% of max value = 765). Red value is 231 (90.62% from 255 or 58.04% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 71 (28.12% from 255 or 17.84% from 398); Max value from RGB is 231 - color contains mainly: red. Hex color #E76047 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76047 is #189FB8. Grayscale: #858585. Windows color (decimal): -1613753 or 4677863. OLE color: 4677863.

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

Color convert

RGB 231 96 71 -
CMYK 0 0.58 0.69 0.09
HSL 9.38º 0.77% 0.59% -
HSV(B) 9.38º 0.69% 0.91% -
XYZ 38.28 25.81 8.93 -
YUV 133.52 92.73 197.53 -
System Red Green Blue C M Y K H S L
Decimal 231 96 71 0 0.58 0.69 0.09 9.38 0.77 0.59
Hex E7 60 47 0 3A 45 9 9 4D 3B
Octal 347 140 107 0 72 105 11 11 115 73
Binary 11100111 1100000 1000111 0 111010 1000101 1001 1001 1001101 111011

Color Harmonies of #E76047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76047

Black with #E76047

Text Example


Text Example

White with #E76047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76047; }

 p { color: rgb(231,96,71); }

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

background-color css

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

 a { background-color: rgb(231,96,71); }

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

border-color css

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

 span { border-color: rgb(231,96,71); }

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