Html Css Color HEX #EC5942 Flamingo

📋 copy color: '#EC5942'

red 236 ◦ green 89 ◦ blue 66

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

Shades of Flamingo #EC5942

Tints of Flamingo #EC5942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.76%

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 60.36%
G = 22.76%
B = 16.88%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5942 (or 0xEC5942) is known color: Flamingo. HEX triplet: EC, 59 and 42. RGB value is (236,89,66). Sum of RGB (Red+Green+Blue) = 236+89+66=391 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.36% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5942 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5942 is #13A6BD. Grayscale: #828282. Windows color (decimal): -1287870 or 4348396. OLE color: 4348396.

HSL color Cylindrical-coordinate representation of color #EC5942: hue angle of 8.12º 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 #EC5942 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 89 66 -
CMYK 0 0.62 0.72 0.07
HSL 8.12º 0.82% 0.59% -
HSV(B) 8.12º 0.72% 0.93% -
XYZ 39.15 25.37 7.99 -
YUV 130.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 236 89 66 0 0.62 0.72 0.07 8.12 0.82 0.59
Hex EC 59 42 0 3E 48 7 8 52 3B
Octal 354 131 102 0 76 110 7 10 122 73
Binary 11101100 1011001 1000010 0 111110 1001000 111 1000 1010010 111011

Color Harmonies of #EC5942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5942

Black with #EC5942

Text Example


Text Example

White with #EC5942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5942; }

 p { color: rgb(236,89,66); }

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

background-color css

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

 a { background-color: rgb(236,89,66); }

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

border-color css

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

 span { border-color: rgb(236,89,66); }

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