Html Css Color HEX #EC8656 Crusta

📋 copy color: '#EC8656'

red 236 ◦ green 134 ◦ blue 86

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

Shades of Crusta #EC8656

Tints of Crusta #EC8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.39%

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

R = 51.75%
G = 29.39%
B = 18.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.64

 K value IS 0.07

RGB Variations

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

Color information

#EC8656 (or 0xEC8656) is known color: Crusta. HEX triplet: EC, 86 and 56. RGB value is (236,134,86). Sum of RGB (Red+Green+Blue) = 236+134+86=456 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.75% from 456); Green value is 134 (52.73% from 255 or 29.39% from 456); Blue value is 86 (33.98% from 255 or 18.86% from 456); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8656 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8656 is #1379A9. Grayscale: #9F9F9F. Windows color (decimal): -1276330 or 5670636. OLE color: 5670636.

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

Color convert

RGB 236 134 86 -
CMYK 0 0.43 0.64 0.07
HSL 19.2º 0.8% 0.63% -
HSV(B) 19.2º 0.64% 0.93% -
XYZ 44.8 35.55 13.31 -
YUV 159.03 86.79 182.9 -
System Red Green Blue C M Y K H S L
Decimal 236 134 86 0 0.43 0.64 0.07 19.2 0.8 0.63
Hex EC 86 56 0 2B 40 7 13 50 3F
Octal 354 206 126 0 53 100 7 23 120 77
Binary 11101100 10000110 1010110 0 101011 1000000 111 10011 1010000 111111

Color Harmonies of #EC8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8656

Black with #EC8656

Text Example


Text Example

White with #EC8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8656; }

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

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

background-color css

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

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

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

border-color css

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

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

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