Html Css Color HEX #EC6241 Flamingo

📋 copy color: '#EC6241'

red 236 ◦ green 98 ◦ blue 65

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

Shades of Flamingo #EC6241

Tints of Flamingo #EC6241

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.29%

R = 59.15%
G = 24.56%
B = 16.29%

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

#EC6241 (or 0xEC6241) is known color: Flamingo. HEX triplet: EC, 62 and 41. RGB value is (236,98,65). Sum of RGB (Red+Green+Blue) = 236+98+65=399 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.15% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 65 (25.78% from 255 or 16.29% from 399); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6241 is #139DBE. Grayscale: #878787. Windows color (decimal): -1285567 or 4285164. OLE color: 4285164.

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

Color convert

RGB 236 98 65 -
CMYK 0 0.58 0.72 0.07
HSL 11.58º 0.82% 0.59% -
HSV(B) 11.58º 0.72% 0.93% -
XYZ 39.91 26.95 8.1 -
YUV 135.5 88.22 199.68 -
System Red Green Blue C M Y K H S L
Decimal 236 98 65 0 0.58 0.72 0.07 11.58 0.82 0.59
Hex EC 62 41 0 3A 48 7 C 52 3B
Octal 354 142 101 0 72 110 7 14 122 73
Binary 11101100 1100010 1000001 0 111010 1001000 111 1100 1010010 111011

Color Harmonies of #EC6241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6241

Black with #EC6241

Text Example


Text Example

White with #EC6241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6241; }

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

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

background-color css

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

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

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

border-color css

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

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

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