Html Css Color HEX #EC8360 Crusta

📋 copy color: '#EC8360'

red 236 ◦ green 131 ◦ blue 96

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

Shades of Crusta #EC8360

Tints of Crusta #EC8360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.29%

 BLUE value IS 96 (37.89% from 255) = 20.73%

R = 50.97%
G = 28.29%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC8360 (or 0xEC8360) is known color: Crusta. HEX triplet: EC, 83 and 60. RGB value is (236,131,96). Sum of RGB (Red+Green+Blue) = 236+131+96=463 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.97% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 96 (37.89% from 255 or 20.73% from 463); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8360 is #137C9F. Grayscale: #9E9E9E. Windows color (decimal): -1277088 or 6325228. OLE color: 6325228.

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

Color convert

RGB 236 131 96 -
CMYK 0 0.44 0.59 0.07
HSL 15º 0.79% 0.65% -
HSV(B) 15º 0.59% 0.93% -
XYZ 44.82 34.91 15.44 -
YUV 158.41 92.79 183.35 -
System Red Green Blue C M Y K H S L
Decimal 236 131 96 0 0.44 0.59 0.07 15 0.79 0.65
Hex EC 83 60 0 2C 3B 7 F 4F 41
Octal 354 203 140 0 54 73 7 17 117 101
Binary 11101100 10000011 1100000 0 101100 111011 111 1111 1001111 1000001

Color Harmonies of #EC8360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8360

Black with #EC8360

Text Example


Text Example

White with #EC8360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8360; }

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

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

background-color css

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

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

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

border-color css

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

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

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