Html Css Color HEX #E86245 Flamingo

📋 copy color: '#E86245'

red 232 ◦ green 98 ◦ blue 69

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

Shades of Flamingo #E86245

Tints of Flamingo #E86245

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

 BLUE value IS 69 (27.34% from 255) = 17.29%

R = 58.15%
G = 24.56%
B = 17.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#E86245 (or 0xE86245) is known color: Flamingo. HEX triplet: E8, 62 and 45. RGB value is (232,98,69). Sum of RGB (Red+Green+Blue) = 232+98+69=399 (52% of max value = 765). Red value is 232 (91.02% from 255 or 58.15% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 69 (27.34% from 255 or 17.29% from 399); Max value from RGB is 232 - color contains mainly: red. Hex color #E86245 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E86245 is #179DBA. Grayscale: #878787. Windows color (decimal): -1547707 or 4547304. OLE color: 4547304.

HSL color Cylindrical-coordinate representation of color #E86245: hue angle of 10.67º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E86245 is Cyan = 0, Magento = 0.58, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 232 98 69 -
CMYK 0 0.58 0.70 0.09
HSL 10.67º 0.78% 0.59% -
HSV(B) 10.67º 0.7% 0.91% -
XYZ 38.72 26.32 8.67 -
YUV 134.76 90.89 197.36 -
System Red Green Blue C M Y K H S L
Decimal 232 98 69 0 0.58 0.70 0.09 10.67 0.78 0.59
Hex E8 62 45 0 3A 46 9 B 4E 3B
Octal 350 142 105 0 72 106 11 13 116 73
Binary 11101000 1100010 1000101 0 111010 1000110 1001 1011 1001110 111011

Color Harmonies of #E86245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E86245

Black with #E86245

Text Example


Text Example

White with #E86245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E86245; }

 p { color: rgb(232,98,69); }

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

background-color css

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

 a { background-color: rgb(232,98,69); }

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

border-color css

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

 span { border-color: rgb(232,98,69); }

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