Html Css Color HEX #EC8D61 Crusta

📋 copy color: '#EC8D61'

red 236 ◦ green 141 ◦ blue 97

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

Shades of Crusta #EC8D61

Tints of Crusta #EC8D61

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.75%

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

R = 49.79%
G = 29.75%
B = 20.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.07

RGB Variations

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

Color information

#EC8D61 (or 0xEC8D61) is known color: Crusta. HEX triplet: EC, 8D and 61. RGB value is (236,141,97). Sum of RGB (Red+Green+Blue) = 236+141+97=474 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.79% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 97 (38.28% from 255 or 20.46% from 474); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D61 is #13729E. Grayscale: #A4A4A4. Windows color (decimal): -1274527 or 6393324. OLE color: 6393324.

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

Color convert

RGB 236 141 97 -
CMYK 0 0.40 0.59 0.07
HSL 18.99º 0.79% 0.65% -
HSV(B) 18.99º 0.59% 0.93% -
XYZ 46.27 37.75 16.16 -
YUV 164.39 89.97 179.08 -
System Red Green Blue C M Y K H S L
Decimal 236 141 97 0 0.40 0.59 0.07 18.99 0.79 0.65
Hex EC 8D 61 0 28 3B 7 13 4F 41
Octal 354 215 141 0 50 73 7 23 117 101
Binary 11101100 10001101 1100001 0 101000 111011 111 10011 1001111 1000001

Color Harmonies of #EC8D61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D61

Black with #EC8D61

Text Example


Text Example

White with #EC8D61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D61; }

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

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

background-color css

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

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

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

border-color css

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

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

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