Html Css Color HEX #EC6641 Flamingo

📋 copy color: '#EC6641'

red 236 ◦ green 102 ◦ blue 65

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

Shades of Flamingo #EC6641

Tints of Flamingo #EC6641

RGB

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

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

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

R = 58.56%
G = 25.31%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6641 (or 0xEC6641) is known color: Flamingo. HEX triplet: EC, 66 and 41. RGB value is (236,102,65). Sum of RGB (Red+Green+Blue) = 236+102+65=403 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.56% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 65 (25.78% from 255 or 16.13% from 403); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6641 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6641 is #1399BE. Grayscale: #8A8A8A. Windows color (decimal): -1284543 or 4286188. OLE color: 4286188.

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

Color convert

RGB 236 102 65 -
CMYK 0 0.57 0.72 0.07
HSL 12.98º 0.82% 0.59% -
HSV(B) 12.98º 0.72% 0.93% -
XYZ 40.3 27.72 8.23 -
YUV 137.85 86.89 198.01 -
System Red Green Blue C M Y K H S L
Decimal 236 102 65 0 0.57 0.72 0.07 12.98 0.82 0.59
Hex EC 66 41 0 39 48 7 D 52 3B
Octal 354 146 101 0 71 110 7 15 122 73
Binary 11101100 1100110 1000001 0 111001 1001000 111 1101 1010010 111011

Color Harmonies of #EC6641

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6641

Black with #EC6641

Text Example


Text Example

White with #EC6641

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6641; }

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

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

background-color css

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

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

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

border-color css

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

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

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