Html Css Color HEX #EC8F5E Crusta

📋 copy color: '#EC8F5E'

red 236 ◦ green 143 ◦ blue 94

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

Shades of Crusta #EC8F5E

Tints of Crusta #EC8F5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 19.87%

R = 49.89%
G = 30.23%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC8F5E (or 0xEC8F5E) is known color: Crusta. HEX triplet: EC, 8F and 5E. RGB value is (236,143,94). Sum of RGB (Red+Green+Blue) = 236+143+94=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 143 (56.25% from 255 or 30.23% from 473); Blue value is 94 (37.11% from 255 or 19.87% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8F5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8F5E is #1370A1. Grayscale: #A5A5A5. Windows color (decimal): -1274018 or 6197228. OLE color: 6197228.

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

Color convert

RGB 236 143 94 -
CMYK 0 0.39 0.60 0.07
HSL 20.7º 0.79% 0.65% -
HSV(B) 20.7º 0.6% 0.93% -
XYZ 46.43 38.29 15.53 -
YUV 165.22 87.81 178.48 -
System Red Green Blue C M Y K H S L
Decimal 236 143 94 0 0.39 0.60 0.07 20.7 0.79 0.65
Hex EC 8F 5E 0 27 3C 7 15 4F 41
Octal 354 217 136 0 47 74 7 25 117 101
Binary 11101100 10001111 1011110 0 100111 111100 111 10101 1001111 1000001

Color Harmonies of #EC8F5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8F5E

Black with #EC8F5E

Text Example


Text Example

White with #EC8F5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8F5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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