Html Css Color HEX #E85B3C Flamingo

📋 copy color: '#E85B3C'

red 232 ◦ green 91 ◦ blue 60

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

Shades of Flamingo #E85B3C

Tints of Flamingo #E85B3C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 60 (23.83% from 255) = 15.67%

R = 60.57%
G = 23.76%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E85B3C (or 0xE85B3C) is known color: Flamingo. HEX triplet: E8, 5B and 3C. RGB value is (232,91,60). Sum of RGB (Red+Green+Blue) = 232+91+60=383 (50% of max value = 765). Red value is 232 (91.02% from 255 or 60.57% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 60 (23.83% from 255 or 15.67% from 383); Max value from RGB is 232 - color contains mainly: red. Hex color #E85B3C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #E85B3C is #17A4C3. Grayscale: #818181. Windows color (decimal): -1549508 or 3955688. OLE color: 3955688.

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

Color convert

RGB 232 91 60 -
CMYK 0 0.61 0.74 0.09
HSL 10.81º 0.79% 0.57% -
HSV(B) 10.81º 0.74% 0.91% -
XYZ 37.84 24.96 7.1 -
YUV 129.63 88.71 201.02 -
System Red Green Blue C M Y K H S L
Decimal 232 91 60 0 0.61 0.74 0.09 10.81 0.79 0.57
Hex E8 5B 3C 0 3D 4A 9 B 4F 39
Octal 350 133 74 0 75 112 11 13 117 71
Binary 11101000 1011011 111100 0 111101 1001010 1001 1011 1001111 111001

Color Harmonies of #E85B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E85B3C

Black with #E85B3C

Text Example


Text Example

White with #E85B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E85B3C; }

 p { color: rgb(232,91,60); }

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

background-color css

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

 a { background-color: rgb(232,91,60); }

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

border-color css

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

 span { border-color: rgb(232,91,60); }

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