Html Css Color HEX #E76846 Flamingo

📋 copy color: '#E76846'

red 231 ◦ green 104 ◦ blue 70

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

Shades of Flamingo #E76846

Tints of Flamingo #E76846

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.68%

 BLUE value IS 70 (27.73% from 255) = 17.28%

R = 57.04%
G = 25.68%
B = 17.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E76846 (or 0xE76846) is known color: Flamingo. HEX triplet: E7, 68 and 46. RGB value is (231,104,70). Sum of RGB (Red+Green+Blue) = 231+104+70=405 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.04% from 405); Green value is 104 (41.02% from 255 or 25.68% from 405); Blue value is 70 (27.73% from 255 or 17.28% from 405); Max value from RGB is 231 - color contains mainly: red. Hex color #E76846 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76846 is #1897B9. Grayscale: #8A8A8A. Windows color (decimal): -1611706 or 4614375. OLE color: 4614375.

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

Color convert

RGB 231 104 70 -
CMYK 0 0.55 0.70 0.09
HSL 12.67º 0.77% 0.59% -
HSV(B) 12.67º 0.7% 0.91% -
XYZ 39.01 27.33 9.01 -
YUV 138.1 89.58 194.26 -
System Red Green Blue C M Y K H S L
Decimal 231 104 70 0 0.55 0.70 0.09 12.67 0.77 0.59
Hex E7 68 46 0 37 46 9 D 4D 3B
Octal 347 150 106 0 67 106 11 15 115 73
Binary 11100111 1101000 1000110 0 110111 1000110 1001 1101 1001101 111011

Color Harmonies of #E76846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76846

Black with #E76846

Text Example


Text Example

White with #E76846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76846; }

 p { color: rgb(231,104,70); }

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

background-color css

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

 a { background-color: rgb(231,104,70); }

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

border-color css

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

 span { border-color: rgb(231,104,70); }

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