Html Css Color HEX #EC5E42 Flamingo

📋 copy color: '#EC5E42'

red 236 ◦ green 94 ◦ blue 66

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

Shades of Flamingo #EC5E42

Tints of Flamingo #EC5E42

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.74%

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

R = 59.6%
G = 23.74%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC5E42 (or 0xEC5E42) is known color: Flamingo. HEX triplet: EC, 5E and 42. RGB value is (236,94,66). Sum of RGB (Red+Green+Blue) = 236+94+66=396 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.60% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5E42 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5E42 is #13A1BD. Grayscale: #858585. Windows color (decimal): -1286590 or 4349676. OLE color: 4349676.

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

Color convert

RGB 236 94 66 -
CMYK 0 0.60 0.72 0.07
HSL 9.88º 0.82% 0.59% -
HSV(B) 9.88º 0.72% 0.93% -
XYZ 39.58 26.23 8.13 -
YUV 133.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 236 94 66 0 0.60 0.72 0.07 9.88 0.82 0.59
Hex EC 5E 42 0 3C 48 7 A 52 3B
Octal 354 136 102 0 74 110 7 12 122 73
Binary 11101100 1011110 1000010 0 111100 1001000 111 1010 1010010 111011

Color Harmonies of #EC5E42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5E42

Black with #EC5E42

Text Example


Text Example

White with #EC5E42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5E42; }

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

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

background-color css

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

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

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

border-color css

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

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

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