Html Css Color HEX #EC8461 Crusta

📋 copy color: '#EC8461'

red 236 ◦ green 132 ◦ blue 97

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

Shades of Crusta #EC8461

Tints of Crusta #EC8461

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.39%

 BLUE value IS 97 (38.28% from 255) = 20.86%

R = 50.75%
G = 28.39%
B = 20.86%

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

#EC8461 (or 0xEC8461) is known color: Crusta. HEX triplet: EC, 84 and 61. RGB value is (236,132,97). Sum of RGB (Red+Green+Blue) = 236+132+97=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 97 (38.28% from 255 or 20.86% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8461 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8461 is #137B9E. Grayscale: #9F9F9F. Windows color (decimal): -1276831 or 6391020. OLE color: 6391020.

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

Color convert

RGB 236 132 97 -
CMYK 0 0.44 0.59 0.07
HSL 15.11º 0.79% 0.65% -
HSV(B) 15.11º 0.59% 0.93% -
XYZ 45 35.2 15.73 -
YUV 159.11 92.96 182.85 -
System Red Green Blue C M Y K H S L
Decimal 236 132 97 0 0.44 0.59 0.07 15.11 0.79 0.65
Hex EC 84 61 0 2C 3B 7 F 4F 41
Octal 354 204 141 0 54 73 7 17 117 101
Binary 11101100 10000100 1100001 0 101100 111011 111 1111 1001111 1000001

Color Harmonies of #EC8461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8461

Black with #EC8461

Text Example


Text Example

White with #EC8461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8461; }

 p { color: rgb(236,132,97); }

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

background-color css

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

 a { background-color: rgb(236,132,97); }

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

border-color css

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

 span { border-color: rgb(236,132,97); }

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