Html Css Color HEX #E86A55 Flamingo

📋 copy color: '#E86A55'

red 232 ◦ green 106 ◦ blue 85

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

Shades of Flamingo #E86A55

Tints of Flamingo #E86A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 20.09%

R = 54.85%
G = 25.06%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.63

 K value IS 0.09

RGB Variations

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

Color information

#E86A55 (or 0xE86A55) is known color: Flamingo. HEX triplet: E8, 6A and 55. RGB value is (232,106,85). Sum of RGB (Red+Green+Blue) = 232+106+85=423 (56% of max value = 765). Red value is 232 (91.02% from 255 or 54.85% from 423); Green value is 106 (41.80% from 255 or 25.06% from 423); Blue value is 85 (33.59% from 255 or 20.09% from 423); Max value from RGB is 232 - color contains mainly: red. Hex color #E86A55 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E86A55 is #1795AA. Grayscale: #8D8D8D. Windows color (decimal): -1545643 or 5597928. OLE color: 5597928.

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

Color convert

RGB 232 106 85 -
CMYK 0 0.54 0.63 0.09
HSL 8.57º 0.76% 0.62% -
HSV(B) 8.57º 0.63% 0.91% -
XYZ 40.07 28.12 11.91 -
YUV 141.28 96.24 192.71 -
System Red Green Blue C M Y K H S L
Decimal 232 106 85 0 0.54 0.63 0.09 8.57 0.76 0.62
Hex E8 6A 55 0 36 3F 9 9 4C 3E
Octal 350 152 125 0 66 77 11 11 114 76
Binary 11101000 1101010 1010101 0 110110 111111 1001 1001 1001100 111110

Color Harmonies of #E86A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86A55

Black with #E86A55

Text Example


Text Example

White with #E86A55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86A55; }

 p { color: rgb(232,106,85); }

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

background-color css

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

 a { background-color: rgb(232,106,85); }

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

border-color css

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

 span { border-color: rgb(232,106,85); }

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