Html Css Color HEX #EC8550 Crusta

📋 copy color: '#EC8550'

red 236 ◦ green 133 ◦ blue 80

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

Shades of Crusta #EC8550

Tints of Crusta #EC8550

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.62%

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

R = 52.56%
G = 29.62%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC8550 (or 0xEC8550) is known color: Crusta. HEX triplet: EC, 85 and 50. RGB value is (236,133,80). Sum of RGB (Red+Green+Blue) = 236+133+80=449 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.56% from 449); Green value is 133 (52.34% from 255 or 29.62% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8550 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8550 is #137AAF. Grayscale: #9E9E9E. Windows color (decimal): -1276592 or 5277164. OLE color: 5277164.

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

Color convert

RGB 236 133 80 -
CMYK 0 0.44 0.66 0.07
HSL 20.38º 0.8% 0.62% -
HSV(B) 20.38º 0.66% 0.93% -
XYZ 44.43 35.19 12.04 -
YUV 157.76 84.12 183.81 -
System Red Green Blue C M Y K H S L
Decimal 236 133 80 0 0.44 0.66 0.07 20.38 0.8 0.62
Hex EC 85 50 0 2C 42 7 14 50 3E
Octal 354 205 120 0 54 102 7 24 120 76
Binary 11101100 10000101 1010000 0 101100 1000010 111 10100 1010000 111110

Color Harmonies of #EC8550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8550

Black with #EC8550

Text Example


Text Example

White with #EC8550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8550; }

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

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

background-color css

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

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

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

border-color css

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

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

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