Html Css Color HEX #EC6240 Flamingo

📋 copy color: '#EC6240'

red 236 ◦ green 98 ◦ blue 64

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

Shades of Flamingo #EC6240

Tints of Flamingo #EC6240

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.62%

 BLUE value IS 64 (25.39% from 255) = 16.08%

R = 59.3%
G = 24.62%
B = 16.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC6240 (or 0xEC6240) is known color: Flamingo. HEX triplet: EC, 62 and 40. RGB value is (236,98,64). Sum of RGB (Red+Green+Blue) = 236+98+64=398 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.30% from 398); Green value is 98 (38.67% from 255 or 24.62% from 398); Blue value is 64 (25.39% from 255 or 16.08% from 398); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6240 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6240 is #139DBF. Grayscale: #878787. Windows color (decimal): -1285568 or 4219628. OLE color: 4219628.

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

Color convert

RGB 236 98 64 -
CMYK 0 0.58 0.73 0.07
HSL 11.86º 0.82% 0.59% -
HSV(B) 11.86º 0.73% 0.93% -
XYZ 39.89 26.94 7.95 -
YUV 135.39 87.72 199.76 -
System Red Green Blue C M Y K H S L
Decimal 236 98 64 0 0.58 0.73 0.07 11.86 0.82 0.59
Hex EC 62 40 0 3A 49 7 C 52 3B
Octal 354 142 100 0 72 111 7 14 122 73
Binary 11101100 1100010 1000000 0 111010 1001001 111 1100 1010010 111011

Color Harmonies of #EC6240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6240

Black with #EC6240

Text Example


Text Example

White with #EC6240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6240; }

 p { color: rgb(236,98,64); }

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

background-color css

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

 a { background-color: rgb(236,98,64); }

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

border-color css

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

 span { border-color: rgb(236,98,64); }

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