Html Css Color HEX #EC6541 Flamingo

📋 copy color: '#EC6541'

red 236 ◦ green 101 ◦ blue 65

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

Shades of Flamingo #EC6541

Tints of Flamingo #EC6541

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.12%

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

R = 58.71%
G = 25.12%
B = 16.17%

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

#EC6541 (or 0xEC6541) is known color: Flamingo. HEX triplet: EC, 65 and 41. RGB value is (236,101,65). Sum of RGB (Red+Green+Blue) = 236+101+65=402 (53% of max value = 765). Red value is 236 (92.58% from 255 or 58.71% from 402); Green value is 101 (39.84% from 255 or 25.12% from 402); Blue value is 65 (25.78% from 255 or 16.17% from 402); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6541 is #139ABE. Grayscale: #898989. Windows color (decimal): -1284799 or 4285932. OLE color: 4285932.

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

Color convert

RGB 236 101 65 -
CMYK 0 0.57 0.72 0.07
HSL 12.63º 0.82% 0.59% -
HSV(B) 12.63º 0.72% 0.93% -
XYZ 40.2 27.52 8.19 -
YUV 137.26 87.23 198.43 -
System Red Green Blue C M Y K H S L
Decimal 236 101 65 0 0.57 0.72 0.07 12.63 0.82 0.59
Hex EC 65 41 0 39 48 7 D 52 3B
Octal 354 145 101 0 71 110 7 15 122 73
Binary 11101100 1100101 1000001 0 111001 1001000 111 1101 1010010 111011

Color Harmonies of #EC6541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6541

Black with #EC6541

Text Example


Text Example

White with #EC6541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6541; }

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

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

background-color css

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

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

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

border-color css

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

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

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