Html Css Color HEX #EC6344 Flamingo

📋 copy color: '#EC6344'

red 236 ◦ green 99 ◦ blue 68

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

Shades of Flamingo #EC6344

Tints of Flamingo #EC6344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 16.87%

R = 58.56%
G = 24.57%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC6344 (or 0xEC6344) is known color: Flamingo. HEX triplet: EC, 63 and 44. RGB value is (236,99,68). Sum of RGB (Red+Green+Blue) = 236+99+68=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 99 (39.06% from 255 or 24.57% from 403); Blue value is 68 (26.95% from 255 or 16.87% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6344 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6344 is #139CBB. Grayscale: #888888. Windows color (decimal): -1285308 or 4482028. OLE color: 4482028.

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

Color convert

RGB 236 99 68 -
CMYK 0 0.58 0.71 0.07
HSL 11.07º 0.82% 0.6% -
HSV(B) 11.07º 0.71% 0.93% -
XYZ 40.1 27.17 8.6 -
YUV 136.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 236 99 68 0 0.58 0.71 0.07 11.07 0.82 0.6
Hex EC 63 44 0 3A 47 7 B 52 3C
Octal 354 143 104 0 72 107 7 13 122 74
Binary 11101100 1100011 1000100 0 111010 1000111 111 1011 1010010 111100

Color Harmonies of #EC6344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6344

Black with #EC6344

Text Example


Text Example

White with #EC6344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6344; }

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

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

background-color css

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

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

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

border-color css

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

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

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