Html Css Color HEX #E86342 Flamingo

📋 copy color: '#E86342'

red 232 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #E86342

Tints of Flamingo #E86342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.94%

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

R = 58.44%
G = 24.94%
B = 16.62%

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

#E86342 (or 0xE86342) is known color: Flamingo. HEX triplet: E8, 63 and 42. RGB value is (232,99,66). Sum of RGB (Red+Green+Blue) = 232+99+66=397 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.44% from 397); Green value is 99 (39.06% from 255 or 24.94% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 232 - color contains mainly: red. Hex color #E86342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86342 is #179CBD. Grayscale: #878787. Windows color (decimal): -1547454 or 4350952. OLE color: 4350952.

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

Color convert

RGB 232 99 66 -
CMYK 0 0.57 0.72 0.09
HSL 11.93º 0.78% 0.58% -
HSV(B) 11.93º 0.72% 0.91% -
XYZ 38.72 26.47 8.22 -
YUV 135.01 89.06 197.18 -
System Red Green Blue C M Y K H S L
Decimal 232 99 66 0 0.57 0.72 0.09 11.93 0.78 0.58
Hex E8 63 42 0 39 48 9 C 4E 3A
Octal 350 143 102 0 71 110 11 14 116 72
Binary 11101000 1100011 1000010 0 111001 1001000 1001 1100 1001110 111010

Color Harmonies of #E86342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86342

Black with #E86342

Text Example


Text Example

White with #E86342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86342; }

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

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

background-color css

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

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

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

border-color css

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

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

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