Html Css Color HEX #EC6341 Flamingo

📋 copy color: '#EC6341'

red 236 ◦ green 99 ◦ blue 65

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

Shades of Flamingo #EC6341

Tints of Flamingo #EC6341

RGB

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

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

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

R = 59%
G = 24.75%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6341 (or 0xEC6341) is known color: Flamingo. HEX triplet: EC, 63 and 41. RGB value is (236,99,65). Sum of RGB (Red+Green+Blue) = 236+99+65=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 99 (39.06% from 255 or 24.75% from 400); Blue value is 65 (25.78% from 255 or 16.25% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6341 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6341 is #139CBE. Grayscale: #888888. Windows color (decimal): -1285311 or 4285420. OLE color: 4285420.

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

Color convert

RGB 236 99 65 -
CMYK 0 0.58 0.72 0.07
HSL 11.93º 0.82% 0.59% -
HSV(B) 11.93º 0.72% 0.93% -
XYZ 40.01 27.14 8.13 -
YUV 136.09 87.89 199.26 -
System Red Green Blue C M Y K H S L
Decimal 236 99 65 0 0.58 0.72 0.07 11.93 0.82 0.59
Hex EC 63 41 0 3A 48 7 C 52 3B
Octal 354 143 101 0 72 110 7 14 122 73
Binary 11101100 1100011 1000001 0 111010 1001000 111 1100 1010010 111011

Color Harmonies of #EC6341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6341

Black with #EC6341

Text Example


Text Example

White with #EC6341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6341; }

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

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

background-color css

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

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

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

border-color css

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

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

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