Html Css Color HEX #EC8956 Crusta

📋 copy color: '#EC8956'

red 236 ◦ green 137 ◦ blue 86

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

Shades of Crusta #EC8956

Tints of Crusta #EC8956

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.85%

 BLUE value IS 86 (33.98% from 255) = 18.74%

R = 51.42%
G = 29.85%
B = 18.74%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC8956 (or 0xEC8956) is known color: Crusta. HEX triplet: EC, 89 and 56. RGB value is (236,137,86). Sum of RGB (Red+Green+Blue) = 236+137+86=459 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.42% from 459); Green value is 137 (53.91% from 255 or 29.85% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8956 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8956 is #1376A9. Grayscale: #A1A1A1. Windows color (decimal): -1275562 or 5671404. OLE color: 5671404.

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

Color convert

RGB 236 137 86 -
CMYK 0 0.42 0.64 0.07
HSL 20.4º 0.8% 0.63% -
HSV(B) 20.4º 0.64% 0.93% -
XYZ 45.22 36.4 13.45 -
YUV 160.79 85.8 181.65 -
System Red Green Blue C M Y K H S L
Decimal 236 137 86 0 0.42 0.64 0.07 20.4 0.8 0.63
Hex EC 89 56 0 2A 40 7 14 50 3F
Octal 354 211 126 0 52 100 7 24 120 77
Binary 11101100 10001001 1010110 0 101010 1000000 111 10100 1010000 111111

Color Harmonies of #EC8956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8956

Black with #EC8956

Text Example


Text Example

White with #EC8956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8956; }

 p { color: rgb(236,137,86); }

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

background-color css

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

 a { background-color: rgb(236,137,86); }

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

border-color css

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

 span { border-color: rgb(236,137,86); }

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