Html Css Color HEX #E86040 Flamingo

📋 copy color: '#E86040'

red 232 ◦ green 96 ◦ blue 64

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

Shades of Flamingo #E86040

Tints of Flamingo #E86040

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.49%

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

R = 59.18%
G = 24.49%
B = 16.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E86040 (or 0xE86040) is known color: Flamingo. HEX triplet: E8, 60 and 40. RGB value is (232,96,64). Sum of RGB (Red+Green+Blue) = 232+96+64=392 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.18% from 392); Green value is 96 (37.89% from 255 or 24.49% from 392); Blue value is 64 (25.39% from 255 or 16.33% from 392); Max value from RGB is 232 - color contains mainly: red. Hex color #E86040 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86040 is #179FBF. Grayscale: #858585. Windows color (decimal): -1548224 or 4219112. OLE color: 4219112.

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

Color convert

RGB 232 96 64 -
CMYK 0 0.59 0.72 0.09
HSL 11.43º 0.79% 0.58% -
HSV(B) 11.43º 0.72% 0.91% -
XYZ 38.39 25.89 7.82 -
YUV 133.02 89.06 198.6 -
System Red Green Blue C M Y K H S L
Decimal 232 96 64 0 0.59 0.72 0.09 11.43 0.79 0.58
Hex E8 60 40 0 3B 48 9 B 4F 3A
Octal 350 140 100 0 73 110 11 13 117 72
Binary 11101000 1100000 1000000 0 111011 1001000 1001 1011 1001111 111010

Color Harmonies of #E86040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86040

Black with #E86040

Text Example


Text Example

White with #E86040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86040; }

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

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

background-color css

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

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

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

border-color css

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

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

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