Html Css Color HEX #EC6645 Flamingo

📋 copy color: '#EC6645'

red 236 ◦ green 102 ◦ blue 69

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

Shades of Flamingo #EC6645

Tints of Flamingo #EC6645

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.06%

 BLUE value IS 69 (27.34% from 255) = 16.95%

R = 57.99%
G = 25.06%
B = 16.95%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.07

RGB Variations

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

Color information

#EC6645 (or 0xEC6645) is known color: Flamingo. HEX triplet: EC, 66 and 45. RGB value is (236,102,69). Sum of RGB (Red+Green+Blue) = 236+102+69=407 (53% of max value = 765). Red value is 236 (92.58% from 255 or 57.99% from 407); Green value is 102 (40.23% from 255 or 25.06% from 407); Blue value is 69 (27.34% from 255 or 16.95% from 407); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6645 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6645 is #1399BA. Grayscale: #8A8A8A. Windows color (decimal): -1284539 or 4548332. OLE color: 4548332.

HSL color Cylindrical-coordinate representation of color #EC6645: hue angle of 11.86º degrees, saturation: 0.81, 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 #EC6645 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 102 69 -
CMYK 0 0.57 0.71 0.07
HSL 11.86º 0.81% 0.6% -
HSV(B) 11.86º 0.71% 0.93% -
XYZ 40.42 27.77 8.86 -
YUV 138.3 88.89 197.68 -
System Red Green Blue C M Y K H S L
Decimal 236 102 69 0 0.57 0.71 0.07 11.86 0.81 0.6
Hex EC 66 45 0 39 47 7 C 51 3C
Octal 354 146 105 0 71 107 7 14 121 74
Binary 11101100 1100110 1000101 0 111001 1000111 111 1100 1010001 111100

Color Harmonies of #EC6645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6645

Black with #EC6645

Text Example


Text Example

White with #EC6645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6645; }

 p { color: rgb(236,102,69); }

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

background-color css

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

 a { background-color: rgb(236,102,69); }

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

border-color css

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

 span { border-color: rgb(236,102,69); }

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