Html Css Color HEX #EC8650 Crusta

📋 copy color: '#EC8650'

red 236 ◦ green 134 ◦ blue 80

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

Shades of Crusta #EC8650

Tints of Crusta #EC8650

RGB

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

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

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

R = 52.44%
G = 29.78%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.66

 K value IS 0.07

RGB Variations

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

Color information

#EC8650 (or 0xEC8650) is known color: Crusta. HEX triplet: EC, 86 and 50. RGB value is (236,134,80). Sum of RGB (Red+Green+Blue) = 236+134+80=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 134 (52.73% from 255 or 29.78% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8650 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8650 is #1379AF. Grayscale: #9E9E9E. Windows color (decimal): -1276336 or 5277420. OLE color: 5277420.

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

Color convert

RGB 236 134 80 -
CMYK 0 0.43 0.66 0.07
HSL 20.77º 0.8% 0.62% -
HSV(B) 20.77º 0.66% 0.93% -
XYZ 44.57 35.46 12.09 -
YUV 158.34 83.79 183.39 -
System Red Green Blue C M Y K H S L
Decimal 236 134 80 0 0.43 0.66 0.07 20.77 0.8 0.62
Hex EC 86 50 0 2B 42 7 15 50 3E
Octal 354 206 120 0 53 102 7 25 120 76
Binary 11101100 10000110 1010000 0 101011 1000010 111 10101 1010000 111110

Color Harmonies of #EC8650

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8650

Black with #EC8650

Text Example


Text Example

White with #EC8650

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8650; }

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

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

background-color css

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

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

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

border-color css

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

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

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