Html Css Color HEX #E86656 Flamingo

📋 copy color: '#E86656'

red 232 ◦ green 102 ◦ blue 86

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

Shades of Flamingo #E86656

Tints of Flamingo #E86656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 24.29%

 BLUE value IS 86 (33.98% from 255) = 20.48%

R = 55.24%
G = 24.29%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86656 (or 0xE86656) is known color: Flamingo. HEX triplet: E8, 66 and 56. RGB value is (232,102,86). Sum of RGB (Red+Green+Blue) = 232+102+86=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 102 (40.23% from 255 or 24.29% from 420); Blue value is 86 (33.98% from 255 or 20.48% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E86656 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86656 is #1799A9. Grayscale: #8B8B8B. Windows color (decimal): -1546666 or 5662440. OLE color: 5662440.

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

Color convert

RGB 232 102 86 -
CMYK 0 0.56 0.63 0.09
HSL 6.58º 0.76% 0.62% -
HSV(B) 6.58º 0.63% 0.91% -
XYZ 39.71 27.33 11.99 -
YUV 139.05 98.07 194.3 -
System Red Green Blue C M Y K H S L
Decimal 232 102 86 0 0.56 0.63 0.09 6.58 0.76 0.62
Hex E8 66 56 0 38 3F 9 7 4C 3E
Octal 350 146 126 0 70 77 11 7 114 76
Binary 11101000 1100110 1010110 0 111000 111111 1001 111 1001100 111110

Color Harmonies of #E86656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86656

Black with #E86656

Text Example


Text Example

White with #E86656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86656; }

 p { color: rgb(232,102,86); }

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

background-color css

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

 a { background-color: rgb(232,102,86); }

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

border-color css

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

 span { border-color: rgb(232,102,86); }

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