Html Css Color HEX #EC5F3F Flamingo

📋 copy color: '#EC5F3F'

red 236 ◦ green 95 ◦ blue 63

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

Shades of Flamingo #EC5F3F

Tints of Flamingo #EC5F3F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.11%

 BLUE value IS 63 (25% from 255) = 15.99%

R = 59.9%
G = 24.11%
B = 15.99%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5F3F (or 0xEC5F3F) is known color: Flamingo. HEX triplet: EC, 5F and 3F. RGB value is (236,95,63). Sum of RGB (Red+Green+Blue) = 236+95+63=394 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.90% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 63 (25% from 255 or 15.99% from 394); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5F3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5F3F is #13A0C0. Grayscale: #858585. Windows color (decimal): -1286337 or 4153324. OLE color: 4153324.

HSL color Cylindrical-coordinate representation of color #EC5F3F: hue angle of 11.1º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC5F3F is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 95 63 -
CMYK 0 0.60 0.73 0.07
HSL 11.1º 0.82% 0.59% -
HSV(B) 11.1º 0.73% 0.93% -
XYZ 39.58 26.38 7.71 -
YUV 133.51 88.21 201.1 -
System Red Green Blue C M Y K H S L
Decimal 236 95 63 0 0.60 0.73 0.07 11.1 0.82 0.59
Hex EC 5F 3F 0 3C 49 7 B 52 3B
Octal 354 137 77 0 74 111 7 13 122 73
Binary 11101100 1011111 111111 0 111100 1001001 111 1011 1010010 111011

Color Harmonies of #EC5F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5F3F

Black with #EC5F3F

Text Example


Text Example

White with #EC5F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5F3F; }

 p { color: rgb(236,95,63); }

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

background-color css

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

 a { background-color: rgb(236,95,63); }

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

border-color css

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

 span { border-color: rgb(236,95,63); }

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