Html Css Color HEX #EC835E Crusta

📋 copy color: '#EC835E'

red 236 ◦ green 131 ◦ blue 94

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

Shades of Crusta #EC835E

Tints of Crusta #EC835E

RGB

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

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

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

R = 51.19%
G = 28.42%
B = 20.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.60

 K value IS 0.07

RGB Variations

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

Color information

#EC835E (or 0xEC835E) is known color: Crusta. HEX triplet: EC, 83 and 5E. RGB value is (236,131,94). Sum of RGB (Red+Green+Blue) = 236+131+94=461 (61% of max value = 765). Red value is 236 (92.58% from 255 or 51.19% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 94 (37.11% from 255 or 20.39% from 461); Max value from RGB is 236 - color contains mainly: red. Hex color #EC835E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC835E is #137CA1. Grayscale: #9E9E9E. Windows color (decimal): -1277090 or 6194156. OLE color: 6194156.

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

Color convert

RGB 236 131 94 -
CMYK 0 0.44 0.60 0.07
HSL 15.63º 0.79% 0.65% -
HSV(B) 15.63º 0.6% 0.93% -
XYZ 44.73 34.87 14.96 -
YUV 158.18 91.79 183.51 -
System Red Green Blue C M Y K H S L
Decimal 236 131 94 0 0.44 0.60 0.07 15.63 0.79 0.65
Hex EC 83 5E 0 2C 3C 7 10 4F 41
Octal 354 203 136 0 54 74 7 20 117 101
Binary 11101100 10000011 1011110 0 101100 111100 111 10000 1001111 1000001

Color Harmonies of #EC835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC835E

Black with #EC835E

Text Example


Text Example

White with #EC835E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC835E; }

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

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

background-color css

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

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

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

border-color css

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

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

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