Html Css Color HEX #E86442 Flamingo

📋 copy color: '#E86442'

red 232 ◦ green 100 ◦ blue 66

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

Shades of Flamingo #E86442

Tints of Flamingo #E86442

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.13%

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

R = 58.29%
G = 25.13%
B = 16.58%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#E86442 (or 0xE86442) is known color: Flamingo. HEX triplet: E8, 64 and 42. RGB value is (232,100,66). Sum of RGB (Red+Green+Blue) = 232+100+66=398 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.29% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 66 (26.17% from 255 or 16.58% from 398); Max value from RGB is 232 - color contains mainly: red. Hex color #E86442 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86442 is #179BBD. Grayscale: #878787. Windows color (decimal): -1547198 or 4351208. OLE color: 4351208.

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

Color convert

RGB 232 100 66 -
CMYK 0 0.57 0.72 0.09
HSL 12.29º 0.78% 0.58% -
HSV(B) 12.29º 0.72% 0.91% -
XYZ 38.82 26.66 8.25 -
YUV 135.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 232 100 66 0 0.57 0.72 0.09 12.29 0.78 0.58
Hex E8 64 42 0 39 48 9 C 4E 3A
Octal 350 144 102 0 71 110 11 14 116 72
Binary 11101000 1100100 1000010 0 111001 1001000 1001 1100 1001110 111010

Color Harmonies of #E86442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86442

Black with #E86442

Text Example


Text Example

White with #E86442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86442; }

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

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

background-color css

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

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

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

border-color css

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

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

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