Html Css Color HEX #E76A4C Flamingo

📋 copy color: '#E76A4C'

red 231 ◦ green 106 ◦ blue 76

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

Shades of Flamingo #E76A4C

Tints of Flamingo #E76A4C

RGB

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

 GREEN value IS 106 (41.8% from 255) = 25.67%

 BLUE value IS 76 (30.08% from 255) = 18.4%

R = 55.93%
G = 25.67%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.67

 K value IS 0.09

RGB Variations

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

Color information

#E76A4C (or 0xE76A4C) is known color: Flamingo. HEX triplet: E7, 6A and 4C. RGB value is (231,106,76). Sum of RGB (Red+Green+Blue) = 231+106+76=413 (54% of max value = 765). Red value is 231 (90.62% from 255 or 55.93% from 413); Green value is 106 (41.80% from 255 or 25.67% from 413); Blue value is 76 (30.08% from 255 or 18.40% from 413); Max value from RGB is 231 - color contains mainly: red. Hex color #E76A4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76A4C is #1895B3. Grayscale: #8C8C8C. Windows color (decimal): -1611188 or 5008103. OLE color: 5008103.

HSL color Cylindrical-coordinate representation of color #E76A4C: hue angle of 11.61º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E76A4C is Cyan = 0, Magento = 0.54, Yellow = 0.67 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 106 76 -
CMYK 0 0.54 0.67 0.09
HSL 11.61º 0.76% 0.6% -
HSV(B) 11.61º 0.67% 0.91% -
XYZ 39.41 27.82 10.13 -
YUV 139.96 91.91 192.94 -
System Red Green Blue C M Y K H S L
Decimal 231 106 76 0 0.54 0.67 0.09 11.61 0.76 0.6
Hex E7 6A 4C 0 36 43 9 C 4C 3C
Octal 347 152 114 0 66 103 11 14 114 74
Binary 11100111 1101010 1001100 0 110110 1000011 1001 1100 1001100 111100

Color Harmonies of #E76A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76A4C

Black with #E76A4C

Text Example


Text Example

White with #E76A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76A4C; }

 p { color: rgb(231,106,76); }

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

background-color css

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

 a { background-color: rgb(231,106,76); }

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

border-color css

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

 span { border-color: rgb(231,106,76); }

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