Html Css Color HEX #EC8B60 Crusta

📋 copy color: '#EC8B60'

red 236 ◦ green 139 ◦ blue 96

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

Shades of Crusta #EC8B60

Tints of Crusta #EC8B60

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.51%

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

R = 50.11%
G = 29.51%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC8B60 (or 0xEC8B60) is known color: Crusta. HEX triplet: EC, 8B and 60. RGB value is (236,139,96). Sum of RGB (Red+Green+Blue) = 236+139+96=471 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50.11% from 471); Green value is 139 (54.69% from 255 or 29.51% from 471); Blue value is 96 (37.89% from 255 or 20.38% from 471); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8B60 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8B60 is #13749F. Grayscale: #A3A3A3. Windows color (decimal): -1275040 or 6327276. OLE color: 6327276.

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

Color convert

RGB 236 139 96 -
CMYK 0 0.41 0.59 0.07
HSL 18.43º 0.79% 0.65% -
HSV(B) 18.43º 0.59% 0.93% -
XYZ 45.94 37.14 15.81 -
YUV 163.1 90.14 180 -
System Red Green Blue C M Y K H S L
Decimal 236 139 96 0 0.41 0.59 0.07 18.43 0.79 0.65
Hex EC 8B 60 0 29 3B 7 12 4F 41
Octal 354 213 140 0 51 73 7 22 117 101
Binary 11101100 10001011 1100000 0 101001 111011 111 10010 1001111 1000001

Color Harmonies of #EC8B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8B60

Black with #EC8B60

Text Example


Text Example

White with #EC8B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8B60; }

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

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

background-color css

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

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

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

border-color css

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

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

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