Html Css Color HEX #EC834F Crusta

📋 copy color: '#EC834F'

red 236 ◦ green 131 ◦ blue 79

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

Shades of Crusta #EC834F

Tints of Crusta #EC834F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 17.71%

R = 52.91%
G = 29.37%
B = 17.71%

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

#EC834F (or 0xEC834F) is known color: Crusta. HEX triplet: EC, 83 and 4F. RGB value is (236,131,79). Sum of RGB (Red+Green+Blue) = 236+131+79=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 79 (31.25% from 255 or 17.71% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC834F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC834F is #137CB0. Grayscale: #9C9C9C. Windows color (decimal): -1277105 or 5211116. OLE color: 5211116.

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

Color convert

RGB 236 131 79 -
CMYK 0 0.44 0.67 0.07
HSL 19.87º 0.81% 0.62% -
HSV(B) 19.87º 0.67% 0.93% -
XYZ 44.12 34.63 11.76 -
YUV 156.47 84.29 184.73 -
System Red Green Blue C M Y K H S L
Decimal 236 131 79 0 0.44 0.67 0.07 19.87 0.81 0.62
Hex EC 83 4F 0 2C 43 7 14 51 3E
Octal 354 203 117 0 54 103 7 24 121 76
Binary 11101100 10000011 1001111 0 101100 1000011 111 10100 1010001 111110

Color Harmonies of #EC834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC834F

Black with #EC834F

Text Example


Text Example

White with #EC834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC834F; }

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

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

background-color css

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

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

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

border-color css

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

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

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