Html Css Color HEX #E76845 Flamingo

📋 copy color: '#E76845'

red 231 ◦ green 104 ◦ blue 69

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

Shades of Flamingo #E76845

Tints of Flamingo #E76845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 17.08%

R = 57.18%
G = 25.74%
B = 17.08%

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

#E76845 (or 0xE76845) is known color: Flamingo. HEX triplet: E7, 68 and 45. RGB value is (231,104,69). Sum of RGB (Red+Green+Blue) = 231+104+69=404 (53% of max value = 765). Red value is 231 (90.62% from 255 or 57.18% from 404); Green value is 104 (41.02% from 255 or 25.74% from 404); Blue value is 69 (27.34% from 255 or 17.08% from 404); Max value from RGB is 231 - color contains mainly: red. Hex color #E76845 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76845 is #1897BA. Grayscale: #8A8A8A. Windows color (decimal): -1611707 or 4548839. OLE color: 4548839.

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

Color convert

RGB 231 104 69 -
CMYK 0 0.55 0.70 0.09
HSL 12.96º 0.77% 0.59% -
HSV(B) 12.96º 0.7% 0.91% -
XYZ 38.98 27.32 8.85 -
YUV 137.98 89.08 194.35 -
System Red Green Blue C M Y K H S L
Decimal 231 104 69 0 0.55 0.70 0.09 12.96 0.77 0.59
Hex E7 68 45 0 37 46 9 D 4D 3B
Octal 347 150 105 0 67 106 11 15 115 73
Binary 11100111 1101000 1000101 0 110111 1000110 1001 1101 1001101 111011

Color Harmonies of #E76845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76845

Black with #E76845

Text Example


Text Example

White with #E76845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76845; }

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

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

background-color css

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

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

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

border-color css

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

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

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