Html Css Color HEX #E86142 Flamingo

📋 copy color: '#E86142'

red 232 ◦ green 97 ◦ blue 66

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

Shades of Flamingo #E86142

Tints of Flamingo #E86142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 58.73%
G = 24.56%
B = 16.71%

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

#E86142 (or 0xE86142) is known color: Flamingo. HEX triplet: E8, 61 and 42. RGB value is (232,97,66). Sum of RGB (Red+Green+Blue) = 232+97+66=395 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.73% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 232 - color contains mainly: red. Hex color #E86142 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86142 is #179EBD. Grayscale: #868686. Windows color (decimal): -1547966 or 4350440. OLE color: 4350440.

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

Color convert

RGB 232 97 66 -
CMYK 0 0.58 0.72 0.09
HSL 11.2º 0.78% 0.58% -
HSV(B) 11.2º 0.72% 0.91% -
XYZ 38.54 26.1 8.16 -
YUV 133.83 89.73 198.02 -
System Red Green Blue C M Y K H S L
Decimal 232 97 66 0 0.58 0.72 0.09 11.2 0.78 0.58
Hex E8 61 42 0 3A 48 9 B 4E 3A
Octal 350 141 102 0 72 110 11 13 116 72
Binary 11101000 1100001 1000010 0 111010 1001000 1001 1011 1001110 111010

Color Harmonies of #E86142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86142

Black with #E86142

Text Example


Text Example

White with #E86142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86142; }

 p { color: rgb(232,97,66); }

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

background-color css

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

 a { background-color: rgb(232,97,66); }

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

border-color css

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

 span { border-color: rgb(232,97,66); }

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