Html Css Color HEX #E85F3E Flamingo

📋 copy color: '#E85F3E'

red 232 ◦ green 95 ◦ blue 62

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

Shades of Flamingo #E85F3E

Tints of Flamingo #E85F3E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.42%

 BLUE value IS 62 (24.61% from 255) = 15.94%

R = 59.64%
G = 24.42%
B = 15.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.09

RGB Variations

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

Color information

#E85F3E (or 0xE85F3E) is known color: Flamingo. HEX triplet: E8, 5F and 3E. RGB value is (232,95,62). Sum of RGB (Red+Green+Blue) = 232+95+62=389 (51% of max value = 765). Red value is 232 (91.02% from 255 or 59.64% from 389); Green value is 95 (37.5% from 255 or 24.42% from 389); Blue value is 62 (24.61% from 255 or 15.94% from 389); Max value from RGB is 232 - color contains mainly: red. Hex color #E85F3E is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85F3E is #17A0C1. Grayscale: #848484. Windows color (decimal): -1548482 or 4087784. OLE color: 4087784.

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

Color convert

RGB 232 95 62 -
CMYK 0 0.59 0.73 0.09
HSL 11.65º 0.79% 0.58% -
HSV(B) 11.65º 0.73% 0.91% -
XYZ 38.24 25.69 7.5 -
YUV 132.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 232 95 62 0 0.59 0.73 0.09 11.65 0.79 0.58
Hex E8 5F 3E 0 3B 49 9 C 4F 3A
Octal 350 137 76 0 73 111 11 14 117 72
Binary 11101000 1011111 111110 0 111011 1001001 1001 1100 1001111 111010

Color Harmonies of #E85F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85F3E

Black with #E85F3E

Text Example


Text Example

White with #E85F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85F3E; }

 p { color: rgb(232,95,62); }

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

background-color css

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

 a { background-color: rgb(232,95,62); }

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

border-color css

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

 span { border-color: rgb(232,95,62); }

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