Html Css Color HEX #EC8F5D Crusta

📋 copy color: '#EC8F5D'

red 236 ◦ green 143 ◦ blue 93

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

Shades of Crusta #EC8F5D

Tints of Crusta #EC8F5D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 30.3%

 BLUE value IS 93 (36.72% from 255) = 19.7%

R = 50%
G = 30.3%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC8F5D (or 0xEC8F5D) is known color: Crusta. HEX triplet: EC, 8F and 5D. RGB value is (236,143,93). Sum of RGB (Red+Green+Blue) = 236+143+93=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 143 (56.25% from 255 or 30.30% from 472); Blue value is 93 (36.72% from 255 or 19.70% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F5D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F5D is #1370A2. Grayscale: #A5A5A5. Windows color (decimal): -1274019 or 6131692. OLE color: 6131692.

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

Color convert

RGB 236 143 93 -
CMYK 0 0.39 0.61 0.07
HSL 20.98º 0.79% 0.65% -
HSV(B) 20.98º 0.61% 0.93% -
XYZ 46.39 38.27 15.3 -
YUV 165.11 87.31 178.57 -
System Red Green Blue C M Y K H S L
Decimal 236 143 93 0 0.39 0.61 0.07 20.98 0.79 0.65
Hex EC 8F 5D 0 27 3D 7 15 4F 41
Octal 354 217 135 0 47 75 7 25 117 101
Binary 11101100 10001111 1011101 0 100111 111101 111 10101 1001111 1000001

Color Harmonies of #EC8F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F5D

Black with #EC8F5D

Text Example


Text Example

White with #EC8F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F5D; }

 p { color: rgb(236,143,93); }

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

background-color css

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

 a { background-color: rgb(236,143,93); }

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

border-color css

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

 span { border-color: rgb(236,143,93); }

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