Html Css Color HEX #EC6143 Flamingo

📋 copy color: '#EC6143'

red 236 ◦ green 97 ◦ blue 67

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

Shades of Flamingo #EC6143

Tints of Flamingo #EC6143

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.25%

 BLUE value IS 67 (26.56% from 255) = 16.75%

R = 59%
G = 24.25%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.72

 K value IS 0.07

RGB Variations

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

Color information

#EC6143 (or 0xEC6143) is known color: Flamingo. HEX triplet: EC, 61 and 43. RGB value is (236,97,67). Sum of RGB (Red+Green+Blue) = 236+97+67=400 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59% from 400); Green value is 97 (38.28% from 255 or 24.25% from 400); Blue value is 67 (26.56% from 255 or 16.75% from 400); Max value from RGB is 236 - color contains mainly: red. Hex color #EC6143 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC6143 is #139EBC. Grayscale: #878787. Windows color (decimal): -1285821 or 4415980. OLE color: 4415980.

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

Color convert

RGB 236 97 67 -
CMYK 0 0.59 0.72 0.07
HSL 10.65º 0.82% 0.59% -
HSV(B) 10.65º 0.72% 0.93% -
XYZ 39.88 26.79 8.38 -
YUV 135.14 89.55 199.94 -
System Red Green Blue C M Y K H S L
Decimal 236 97 67 0 0.59 0.72 0.07 10.65 0.82 0.59
Hex EC 61 43 0 3B 48 7 B 52 3B
Octal 354 141 103 0 73 110 7 13 122 73
Binary 11101100 1100001 1000011 0 111011 1001000 111 1011 1010010 111011

Color Harmonies of #EC6143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC6143

Black with #EC6143

Text Example


Text Example

White with #EC6143

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC6143; }

 p { color: rgb(236,97,67); }

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

background-color css

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

 a { background-color: rgb(236,97,67); }

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

border-color css

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

 span { border-color: rgb(236,97,67); }

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