Html Css Color HEX #EC834D Crusta

📋 copy color: '#EC834D'

red 236 ◦ green 131 ◦ blue 77

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

Shades of Crusta #EC834D

Tints of Crusta #EC834D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 17.34%

R = 53.15%
G = 29.5%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC834D (or 0xEC834D) is known color: Crusta. HEX triplet: EC, 83 and 4D. RGB value is (236,131,77). Sum of RGB (Red+Green+Blue) = 236+131+77=444 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.15% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 77 (30.47% from 255 or 17.34% from 444); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC834D is #137CB2. Grayscale: #9C9C9C. Windows color (decimal): -1277107 or 5080044. OLE color: 5080044.

HSL color Cylindrical-coordinate representation of color #EC834D: hue angle of 20.38º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #EC834D is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 131 77 -
CMYK 0 0.44 0.67 0.07
HSL 20.38º 0.81% 0.61% -
HSV(B) 20.38º 0.67% 0.93% -
XYZ 44.05 34.6 11.38 -
YUV 156.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 236 131 77 0 0.44 0.67 0.07 20.38 0.81 0.61
Hex EC 83 4D 0 2C 43 7 14 51 3D
Octal 354 203 115 0 54 103 7 24 121 75
Binary 11101100 10000011 1001101 0 101100 1000011 111 10100 1010001 111101

Color Harmonies of #EC834D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834D

Black with #EC834D

Text Example


Text Example

White with #EC834D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834D; }

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

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

background-color css

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

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

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

border-color css

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

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

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