Html Css Color HEX #EC824F Crusta

📋 copy color: '#EC824F'

red 236 ◦ green 130 ◦ blue 79

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

Shades of Crusta #EC824F

Tints of Crusta #EC824F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.21%

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

R = 53.03%
G = 29.21%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.67

 K value IS 0.07

RGB Variations

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

Color information

#EC824F (or 0xEC824F) is known color: Crusta. HEX triplet: EC, 82 and 4F. RGB value is (236,130,79). Sum of RGB (Red+Green+Blue) = 236+130+79=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC824F is #137DB0. Grayscale: #9C9C9C. Windows color (decimal): -1277361 or 5210860. OLE color: 5210860.

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

Color convert

RGB 236 130 79 -
CMYK 0 0.45 0.67 0.07
HSL 19.49º 0.81% 0.62% -
HSV(B) 19.49º 0.67% 0.93% -
XYZ 43.99 34.36 11.71 -
YUV 155.88 84.62 185.15 -
System Red Green Blue C M Y K H S L
Decimal 236 130 79 0 0.45 0.67 0.07 19.49 0.81 0.62
Hex EC 82 4F 0 2D 43 7 13 51 3E
Octal 354 202 117 0 55 103 7 23 121 76
Binary 11101100 10000010 1001111 0 101101 1000011 111 10011 1010001 111110

Color Harmonies of #EC824F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC824F

Black with #EC824F

Text Example


Text Example

White with #EC824F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC824F; }

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

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

background-color css

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

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

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

border-color css

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

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

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