Html Css Color HEX #EC6342 Flamingo

📋 copy color: '#EC6342'

red 236 ◦ green 99 ◦ blue 66

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

Shades of Flamingo #EC6342

Tints of Flamingo #EC6342

RGB

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

 GREEN value IS 99 (39.06% from 255) = 24.69%

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

R = 58.85%
G = 24.69%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6342 (or 0xEC6342) is known color: Flamingo. HEX triplet: EC, 63 and 42. RGB value is (236,99,66). Sum of RGB (Red+Green+Blue) = 236+99+66=401 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.85% from 401); Green value is 99 (39.06% from 255 or 24.69% from 401); Blue value is 66 (26.17% from 255 or 16.46% from 401); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6342 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6342 is #139CBD. Grayscale: #888888. Windows color (decimal): -1285310 or 4350956. OLE color: 4350956.

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

Color convert

RGB 236 99 66 -
CMYK 0 0.58 0.72 0.07
HSL 11.65º 0.82% 0.59% -
HSV(B) 11.65º 0.72% 0.93% -
XYZ 40.04 27.15 8.28 -
YUV 136.2 88.39 199.18 -
System Red Green Blue C M Y K H S L
Decimal 236 99 66 0 0.58 0.72 0.07 11.65 0.82 0.59
Hex EC 63 42 0 3A 48 7 C 52 3B
Octal 354 143 102 0 72 110 7 14 122 73
Binary 11101100 1100011 1000010 0 111010 1001000 111 1100 1010010 111011

Color Harmonies of #EC6342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6342

Black with #EC6342

Text Example


Text Example

White with #EC6342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6342; }

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

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

background-color css

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

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

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

border-color css

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

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

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