Html Css Color HEX #EC8C61 Crusta

📋 copy color: '#EC8C61'

red 236 ◦ green 140 ◦ blue 97

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

Shades of Crusta #EC8C61

Tints of Crusta #EC8C61

RGB

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

 GREEN value IS 140 (55.08% from 255) = 29.6%

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

R = 49.89%
G = 29.6%
B = 20.51%

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

#EC8C61 (or 0xEC8C61) is known color: Crusta. HEX triplet: EC, 8C and 61. RGB value is (236,140,97). Sum of RGB (Red+Green+Blue) = 236+140+97=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 140 (55.08% from 255 or 29.60% from 473); Blue value is 97 (38.28% from 255 or 20.51% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8C61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8C61 is #13739E. Grayscale: #A4A4A4. Windows color (decimal): -1274783 or 6393068. OLE color: 6393068.

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

Color convert

RGB 236 140 97 -
CMYK 0 0.41 0.59 0.07
HSL 18.56º 0.79% 0.65% -
HSV(B) 18.56º 0.59% 0.93% -
XYZ 46.13 37.45 16.11 -
YUV 163.8 90.3 179.5 -
System Red Green Blue C M Y K H S L
Decimal 236 140 97 0 0.41 0.59 0.07 18.56 0.79 0.65
Hex EC 8C 61 0 29 3B 7 13 4F 41
Octal 354 214 141 0 51 73 7 23 117 101
Binary 11101100 10001100 1100001 0 101001 111011 111 10011 1001111 1000001

Color Harmonies of #EC8C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8C61

Black with #EC8C61

Text Example


Text Example

White with #EC8C61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8C61; }

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

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

background-color css

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

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

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

border-color css

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

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

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