Html Css Color HEX #EC935D Crusta

📋 copy color: '#EC935D'

red 236 ◦ green 147 ◦ blue 93

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

Shades of Crusta #EC935D

Tints of Crusta #EC935D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.88%

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

R = 49.58%
G = 30.88%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC935D (or 0xEC935D) is known color: Crusta. HEX triplet: EC, 93 and 5D. RGB value is (236,147,93). Sum of RGB (Red+Green+Blue) = 236+147+93=476 (63% of max value = 765). Red value is 236 (92.58% from 255 or 49.58% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 93 (36.72% from 255 or 19.54% from 476); Max value from RGB is 236 - color contains mainly: red. Hex color #EC935D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC935D is #136CA2. Grayscale: #A7A7A7. Windows color (decimal): -1272995 or 6132716. OLE color: 6132716.

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

Color convert

RGB 236 147 93 -
CMYK 0 0.38 0.61 0.07
HSL 22.66º 0.79% 0.65% -
HSV(B) 22.66º 0.61% 0.93% -
XYZ 47 39.49 15.5 -
YUV 167.46 85.99 176.89 -
System Red Green Blue C M Y K H S L
Decimal 236 147 93 0 0.38 0.61 0.07 22.66 0.79 0.65
Hex EC 93 5D 0 26 3D 7 17 4F 41
Octal 354 223 135 0 46 75 7 27 117 101
Binary 11101100 10010011 1011101 0 100110 111101 111 10111 1001111 1000001

Color Harmonies of #EC935D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC935D

Black with #EC935D

Text Example


Text Example

White with #EC935D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC935D; }

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

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

background-color css

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

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

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

border-color css

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

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

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