Html Css Color HEX #E86240 Flamingo

📋 copy color: '#E86240'

red 232 ◦ green 98 ◦ blue 64

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

Shades of Flamingo #E86240

Tints of Flamingo #E86240

RGB

 RED value IS 232 (91.02% from 255) = 58.88%

 GREEN value IS 98 (38.67% from 255) = 24.87%

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

R = 58.88%
G = 24.87%
B = 16.24%

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

#E86240 (or 0xE86240) is known color: Flamingo. HEX triplet: E8, 62 and 40. RGB value is (232,98,64). Sum of RGB (Red+Green+Blue) = 232+98+64=394 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.88% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 232 - color contains mainly: red. Hex color #E86240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86240 is #179DBF. Grayscale: #868686. Windows color (decimal): -1547712 or 4219624. OLE color: 4219624.

HSL color Cylindrical-coordinate representation of color #E86240: hue angle of 12.14º degrees, saturation: 0.79, 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 #E86240 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 64 -
CMYK 0 0.58 0.72 0.09
HSL 12.14º 0.79% 0.58% -
HSV(B) 12.14º 0.72% 0.91% -
XYZ 38.57 26.26 7.89 -
YUV 134.19 88.39 197.76 -
System Red Green Blue C M Y K H S L
Decimal 232 98 64 0 0.58 0.72 0.09 12.14 0.79 0.58
Hex E8 62 40 0 3A 48 9 C 4F 3A
Octal 350 142 100 0 72 110 11 14 117 72
Binary 11101000 1100010 1000000 0 111010 1001000 1001 1100 1001111 111010

Color Harmonies of #E86240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86240

Black with #E86240

Text Example


Text Example

White with #E86240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86240; }

 p { color: rgb(232,98,64); }

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

background-color css

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

 a { background-color: rgb(232,98,64); }

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

border-color css

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

 span { border-color: rgb(232,98,64); }

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