Html Css Color HEX #E76140 Flamingo

📋 copy color: '#E76140'

red 231 ◦ green 97 ◦ blue 64

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

Shades of Flamingo #E76140

Tints of Flamingo #E76140

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.74%

 BLUE value IS 64 (25.39% from 255) = 16.33%

R = 58.93%
G = 24.74%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E76140 (or 0xE76140) is known color: Flamingo. HEX triplet: E7, 61 and 40. RGB value is (231,97,64). Sum of RGB (Red+Green+Blue) = 231+97+64=392 (51% of max value = 765). Red value is 231 (90.62% from 255 or 58.93% from 392); Green value is 97 (38.28% from 255 or 24.74% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 231 - color contains mainly: red. Hex color #E76140 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E76140 is #189EBF. Grayscale: #858585. Windows color (decimal): -1613504 or 4219367. OLE color: 4219367.

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

Color convert

RGB 231 97 64 -
CMYK 0 0.58 0.72 0.09
HSL 11.86º 0.78% 0.58% -
HSV(B) 11.86º 0.72% 0.91% -
XYZ 38.16 25.91 7.84 -
YUV 133.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 231 97 64 0 0.58 0.72 0.09 11.86 0.78 0.58
Hex E7 61 40 0 3A 48 9 C 4E 3A
Octal 347 141 100 0 72 110 11 14 116 72
Binary 11100111 1100001 1000000 0 111010 1001000 1001 1100 1001110 111010

Color Harmonies of #E76140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76140

Black with #E76140

Text Example


Text Example

White with #E76140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76140; }

 p { color: rgb(231,97,64); }

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

background-color css

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

 a { background-color: rgb(231,97,64); }

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

border-color css

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

 span { border-color: rgb(231,97,64); }

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