Html Css Color HEX #EC885D Crusta

📋 copy color: '#EC885D'

red 236 ◦ green 136 ◦ blue 93

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

Shades of Crusta #EC885D

Tints of Crusta #EC885D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.25%

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

R = 50.75%
G = 29.25%
B = 20%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC885D (or 0xEC885D) is known color: Crusta. HEX triplet: EC, 88 and 5D. RGB value is (236,136,93). Sum of RGB (Red+Green+Blue) = 236+136+93=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 93 (36.72% from 255 or 20% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC885D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC885D is #1377A2. Grayscale: #A1A1A1. Windows color (decimal): -1275811 or 6129900. OLE color: 6129900.

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

Color convert

RGB 236 136 93 -
CMYK 0 0.42 0.61 0.07
HSL 18.04º 0.79% 0.65% -
HSV(B) 18.04º 0.61% 0.93% -
XYZ 45.37 36.23 14.96 -
YUV 161 89.63 181.5 -
System Red Green Blue C M Y K H S L
Decimal 236 136 93 0 0.42 0.61 0.07 18.04 0.79 0.65
Hex EC 88 5D 0 2A 3D 7 12 4F 41
Octal 354 210 135 0 52 75 7 22 117 101
Binary 11101100 10001000 1011101 0 101010 111101 111 10010 1001111 1000001

Color Harmonies of #EC885D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC885D

Black with #EC885D

Text Example


Text Example

White with #EC885D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC885D; }

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

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

background-color css

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

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

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

border-color css

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

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

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