Html Css Color HEX #EC5842 Flamingo

📋 copy color: '#EC5842'

red 236 ◦ green 88 ◦ blue 66

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

Shades of Flamingo #EC5842

Tints of Flamingo #EC5842

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.56%

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

R = 60.51%
G = 22.56%
B = 16.92%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5842 (or 0xEC5842) is known color: Flamingo. HEX triplet: EC, 58 and 42. RGB value is (236,88,66). Sum of RGB (Red+Green+Blue) = 236+88+66=390 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.51% from 390); Green value is 88 (34.77% from 255 or 22.56% from 390); Blue value is 66 (26.17% from 255 or 16.92% from 390); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5842 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5842 is #13A7BD. Grayscale: #818181. Windows color (decimal): -1288126 or 4348140. OLE color: 4348140.

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

Color convert

RGB 236 88 66 -
CMYK 0 0.63 0.72 0.07
HSL 7.76º 0.82% 0.59% -
HSV(B) 7.76º 0.72% 0.93% -
XYZ 39.07 25.21 7.96 -
YUV 129.74 92.03 203.79 -
System Red Green Blue C M Y K H S L
Decimal 236 88 66 0 0.63 0.72 0.07 7.76 0.82 0.59
Hex EC 58 42 0 3F 48 7 8 52 3B
Octal 354 130 102 0 77 110 7 10 122 73
Binary 11101100 1011000 1000010 0 111111 1001000 111 1000 1010010 111011

Color Harmonies of #EC5842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5842

Black with #EC5842

Text Example


Text Example

White with #EC5842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5842; }

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

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

background-color css

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

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

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

border-color css

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

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

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