Html Css Color HEX #EC5A3F Flamingo

📋 copy color: '#EC5A3F'

red 236 ◦ green 90 ◦ blue 63

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

Shades of Flamingo #EC5A3F

Tints of Flamingo #EC5A3F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.14%

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

R = 60.67%
G = 23.14%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.73

 K value IS 0.07

RGB Variations

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

Color information

#EC5A3F (or 0xEC5A3F) is known color: Flamingo. HEX triplet: EC, 5A and 3F. RGB value is (236,90,63). Sum of RGB (Red+Green+Blue) = 236+90+63=389 (51% of max value = 765). Red value is 236 (92.58% from 255 or 60.67% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 63 (25% from 255 or 16.20% from 389); Max value from RGB is 236 - color contains mainly: red. Hex color #EC5A3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EC5A3F is #13A5C0. Grayscale: #828282. Windows color (decimal): -1287617 or 4152044. OLE color: 4152044.

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

Color convert

RGB 236 90 63 -
CMYK 0 0.62 0.73 0.07
HSL 9.36º 0.82% 0.59% -
HSV(B) 9.36º 0.73% 0.93% -
XYZ 39.15 25.5 7.56 -
YUV 130.58 89.87 203.2 -
System Red Green Blue C M Y K H S L
Decimal 236 90 63 0 0.62 0.73 0.07 9.36 0.82 0.59
Hex EC 5A 3F 0 3E 49 7 9 52 3B
Octal 354 132 77 0 76 111 7 11 122 73
Binary 11101100 1011010 111111 0 111110 1001001 111 1001 1010010 111011

Color Harmonies of #EC5A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC5A3F

Black with #EC5A3F

Text Example


Text Example

White with #EC5A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC5A3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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