Html Css Color HEX #EC5B3F Flamingo

📋 copy color: '#EC5B3F'

red 236 ◦ green 91 ◦ blue 63

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

Shades of Flamingo #EC5B3F

Tints of Flamingo #EC5B3F

RGB

 RED value IS 236 (92.58% from 255) = 60.51%

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

 BLUE value IS 63 (25% from 255) = 16.15%

R = 60.51%
G = 23.33%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5B3F (or 0xEC5B3F) is known color: Flamingo. HEX triplet: EC, 5B and 3F. RGB value is (236,91,63). Sum of RGB (Red+Green+Blue) = 236+91+63=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 63 (25% from 255 or 16.15% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5B3F is #13A4C0. Grayscale: #838383. Windows color (decimal): -1287361 or 4152300. OLE color: 4152300.

HSL color Cylindrical-coordinate representation of color #EC5B3F: hue angle of 9.71º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC5B3F is Cyan = 0, Magento = 0.61, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 91 63 -
CMYK 0 0.61 0.73 0.07
HSL 9.71º 0.82% 0.59% -
HSV(B) 9.71º 0.73% 0.93% -
XYZ 39.23 25.67 7.59 -
YUV 131.16 89.54 202.78 -
System Red Green Blue C M Y K H S L
Decimal 236 91 63 0 0.61 0.73 0.07 9.71 0.82 0.59
Hex EC 5B 3F 0 3D 49 7 A 52 3B
Octal 354 133 77 0 75 111 7 12 122 73
Binary 11101100 1011011 111111 0 111101 1001001 111 1010 1010010 111011

Color Harmonies of #EC5B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5B3F

Black with #EC5B3F

Text Example


Text Example

White with #EC5B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5B3F; }

 p { color: rgb(236,91,63); }

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

background-color css

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

 a { background-color: rgb(236,91,63); }

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

border-color css

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

 span { border-color: rgb(236,91,63); }

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