Html Css Color HEX #EC834E Crusta

📋 copy color: '#EC834E'

red 236 ◦ green 131 ◦ blue 78

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

Shades of Crusta #EC834E

Tints of Crusta #EC834E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 17.53%

R = 53.03%
G = 29.44%
B = 17.53%

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

#EC834E (or 0xEC834E) is known color: Crusta. HEX triplet: EC, 83 and 4E. RGB value is (236,131,78). Sum of RGB (Red+Green+Blue) = 236+131+78=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 78 (30.86% from 255 or 17.53% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC834E is #137CB1. Grayscale: #9C9C9C. Windows color (decimal): -1277106 or 5145580. OLE color: 5145580.

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

Color convert

RGB 236 131 78 -
CMYK 0 0.44 0.67 0.07
HSL 20.13º 0.81% 0.62% -
HSV(B) 20.13º 0.67% 0.93% -
XYZ 44.08 34.62 11.57 -
YUV 156.35 83.79 184.81 -
System Red Green Blue C M Y K H S L
Decimal 236 131 78 0 0.44 0.67 0.07 20.13 0.81 0.62
Hex EC 83 4E 0 2C 43 7 14 51 3E
Octal 354 203 116 0 54 103 7 24 121 76
Binary 11101100 10000011 1001110 0 101100 1000011 111 10100 1010001 111110

Color Harmonies of #EC834E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834E

Black with #EC834E

Text Example


Text Example

White with #EC834E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834E; }

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

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

background-color css

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

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

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

border-color css

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

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

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