Html Css Color HEX #EC6440 Flamingo

📋 copy color: '#EC6440'

red 236 ◦ green 100 ◦ blue 64

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

Shades of Flamingo #EC6440

Tints of Flamingo #EC6440

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

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

R = 59%
G = 25%
B = 16%

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

#EC6440 (or 0xEC6440) is known color: Flamingo. HEX triplet: EC, 64 and 40. RGB value is (236,100,64). Sum of RGB (Red+Green+Blue) = 236+100+64=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 64 (25.39% from 255 or 16% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6440 is #139BBF. Grayscale: #888888. Windows color (decimal): -1285056 or 4220140. OLE color: 4220140.

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

Color convert

RGB 236 100 64 -
CMYK 0 0.58 0.73 0.07
HSL 12.56º 0.82% 0.59% -
HSV(B) 12.56º 0.73% 0.93% -
XYZ 40.07 27.32 8.01 -
YUV 136.56 87.06 198.93 -
System Red Green Blue C M Y K H S L
Decimal 236 100 64 0 0.58 0.73 0.07 12.56 0.82 0.59
Hex EC 64 40 0 3A 49 7 D 52 3B
Octal 354 144 100 0 72 111 7 15 122 73
Binary 11101100 1100100 1000000 0 111010 1001001 111 1101 1010010 111011

Color Harmonies of #EC6440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6440

Black with #EC6440

Text Example


Text Example

White with #EC6440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6440; }

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

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

background-color css

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

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

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

border-color css

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

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

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