Html Css Color HEX #EC835D Crusta

📋 copy color: '#EC835D'

red 236 ◦ green 131 ◦ blue 93

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

Shades of Crusta #EC835D

Tints of Crusta #EC835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.48%

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

R = 51.3%
G = 28.48%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.61

 K value IS 0.07

RGB Variations

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

Color information

#EC835D (or 0xEC835D) is known color: Crusta. HEX triplet: EC, 83 and 5D. RGB value is (236,131,93). Sum of RGB (Red+Green+Blue) = 236+131+93=460 (60% of max value = 765). Red value is 236 (92.58% from 255 or 51.30% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 236 - color contains mainly: red. Hex color #EC835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC835D is #137CA2. Grayscale: #9E9E9E. Windows color (decimal): -1277091 or 6128620. OLE color: 6128620.

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

Color convert

RGB 236 131 93 -
CMYK 0 0.44 0.61 0.07
HSL 15.94º 0.79% 0.65% -
HSV(B) 15.94º 0.61% 0.93% -
XYZ 44.68 34.86 14.73 -
YUV 158.06 91.29 183.59 -
System Red Green Blue C M Y K H S L
Decimal 236 131 93 0 0.44 0.61 0.07 15.94 0.79 0.65
Hex EC 83 5D 0 2C 3D 7 10 4F 41
Octal 354 203 135 0 54 75 7 20 117 101
Binary 11101100 10000011 1011101 0 101100 111101 111 10000 1001111 1000001

Color Harmonies of #EC835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC835D

Black with #EC835D

Text Example


Text Example

White with #EC835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC835D; }

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

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

background-color css

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

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

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

border-color css

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

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

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