Html Css Color HEX #EC8D5F Crusta

📋 copy color: '#EC8D5F'

red 236 ◦ green 141 ◦ blue 95

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

Shades of Crusta #EC8D5F

Tints of Crusta #EC8D5F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.13%

R = 50%
G = 29.87%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC8D5F (or 0xEC8D5F) is known color: Crusta. HEX triplet: EC, 8D and 5F. RGB value is (236,141,95). Sum of RGB (Red+Green+Blue) = 236+141+95=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 141 (55.47% from 255 or 29.87% from 472); Blue value is 95 (37.5% from 255 or 20.13% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8D5F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8D5F is #1372A0. Grayscale: #A4A4A4. Windows color (decimal): -1274529 or 6262252. OLE color: 6262252.

HSL color Cylindrical-coordinate representation of color #EC8D5F: hue angle of 19.57º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EC8D5F is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 141 95 -
CMYK 0 0.40 0.60 0.07
HSL 19.57º 0.79% 0.65% -
HSV(B) 19.57º 0.6% 0.93% -
XYZ 46.18 37.71 15.67 -
YUV 164.16 88.97 179.24 -
System Red Green Blue C M Y K H S L
Decimal 236 141 95 0 0.40 0.60 0.07 19.57 0.79 0.65
Hex EC 8D 5F 0 28 3C 7 14 4F 41
Octal 354 215 137 0 50 74 7 24 117 101
Binary 11101100 10001101 1011111 0 101000 111100 111 10100 1001111 1000001

Color Harmonies of #EC8D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8D5F

Black with #EC8D5F

Text Example


Text Example

White with #EC8D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8D5F; }

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

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

background-color css

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

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

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

border-color css

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

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

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