Html Css Color HEX #EC5D41 Flamingo

📋 copy color: '#EC5D41'

red 236 ◦ green 93 ◦ blue 65

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

Shades of Flamingo #EC5D41

Tints of Flamingo #EC5D41

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.6%

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 59.9%
G = 23.6%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5D41 (or 0xEC5D41) is known color: Flamingo. HEX triplet: EC, 5D and 41. RGB value is (236,93,65). Sum of RGB (Red+Green+Blue) = 236+93+65=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 93 (36.72% from 255 or 23.60% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5D41 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5D41 is #13A2BE. Grayscale: #848484. Windows color (decimal): -1286847 or 4283884. OLE color: 4283884.

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

Color convert

RGB 236 93 65 -
CMYK 0 0.61 0.72 0.07
HSL 9.82º 0.82% 0.59% -
HSV(B) 9.82º 0.72% 0.93% -
XYZ 39.46 26.04 7.95 -
YUV 132.57 89.88 201.78 -
System Red Green Blue C M Y K H S L
Decimal 236 93 65 0 0.61 0.72 0.07 9.82 0.82 0.59
Hex EC 5D 41 0 3D 48 7 A 52 3B
Octal 354 135 101 0 75 110 7 12 122 73
Binary 11101100 1011101 1000001 0 111101 1001000 111 1010 1010010 111011

Color Harmonies of #EC5D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5D41

Black with #EC5D41

Text Example


Text Example

White with #EC5D41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5D41; }

 p { color: rgb(236,93,65); }

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

background-color css

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

 a { background-color: rgb(236,93,65); }

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

border-color css

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

 span { border-color: rgb(236,93,65); }

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