Html Css Color HEX #EC603F Flamingo

📋 copy color: '#EC603F'

red 236 ◦ green 96 ◦ blue 63

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

Shades of Flamingo #EC603F

Tints of Flamingo #EC603F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.3%

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

R = 59.75%
G = 24.3%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC603F (or 0xEC603F) is known color: Flamingo. HEX triplet: EC, 60 and 3F. RGB value is (236,96,63). Sum of RGB (Red+Green+Blue) = 236+96+63=395 (52% of max value = 765). Red value is 236 (92.58% from 255 or 59.75% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 63 (25% from 255 or 15.95% from 395); Max value from RGB is 236 - color contains mainly: red. Hex color #EC603F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC603F is #139FC0. Grayscale: #868686. Windows color (decimal): -1286081 or 4153580. OLE color: 4153580.

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

Color convert

RGB 236 96 63 -
CMYK 0 0.59 0.73 0.07
HSL 11.45º 0.82% 0.59% -
HSV(B) 11.45º 0.73% 0.93% -
XYZ 39.67 26.56 7.74 -
YUV 134.1 87.88 200.68 -
System Red Green Blue C M Y K H S L
Decimal 236 96 63 0 0.59 0.73 0.07 11.45 0.82 0.59
Hex EC 60 3F 0 3B 49 7 B 52 3B
Octal 354 140 77 0 73 111 7 13 122 73
Binary 11101100 1100000 111111 0 111011 1001001 111 1011 1010010 111011

Color Harmonies of #EC603F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC603F

Black with #EC603F

Text Example


Text Example

White with #EC603F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC603F; }

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

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

background-color css

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

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

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

border-color css

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

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

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