Html Css Color HEX #EC7F50 Crusta

📋 copy color: '#EC7F50'

red 236 ◦ green 127 ◦ blue 80

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

Shades of Crusta #EC7F50

Tints of Crusta #EC7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 28.67%

 BLUE value IS 80 (31.64% from 255) = 18.06%

R = 53.27%
G = 28.67%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC7F50 (or 0xEC7F50) is known color: Crusta. HEX triplet: EC, 7F and 50. RGB value is (236,127,80). Sum of RGB (Red+Green+Blue) = 236+127+80=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7F50 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EC7F50 is #1380AF. Grayscale: #9A9A9A. Windows color (decimal): -1278128 or 5275628. OLE color: 5275628.

HSL color Cylindrical-coordinate representation of color #EC7F50: hue angle of 18.08º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EC7F50 is Cyan = 0, Magento = 0.46, Yellow = 0.66 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 127 80 -
CMYK 0 0.46 0.66 0.07
HSL 18.08º 0.8% 0.62% -
HSV(B) 18.08º 0.66% 0.93% -
XYZ 43.63 33.59 11.77 -
YUV 154.23 86.11 186.32 -
System Red Green Blue C M Y K H S L
Decimal 236 127 80 0 0.46 0.66 0.07 18.08 0.8 0.62
Hex EC 7F 50 0 2E 42 7 12 50 3E
Octal 354 177 120 0 56 102 7 22 120 76
Binary 11101100 1111111 1010000 0 101110 1000010 111 10010 1010000 111110

Color Harmonies of #EC7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC7F50

Black with #EC7F50

Text Example


Text Example

White with #EC7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC7F50; }

 p { color: rgb(236,127,80); }

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

background-color css

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

 a { background-color: rgb(236,127,80); }

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

border-color css

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

 span { border-color: rgb(236,127,80); }

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