Html Css Color HEX #EC824D Crusta

📋 copy color: '#EC824D'

red 236 ◦ green 130 ◦ blue 77

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

Shades of Crusta #EC824D

Tints of Crusta #EC824D

RGB

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

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

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

R = 53.27%
G = 29.35%
B = 17.38%

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

#EC824D (or 0xEC824D) is known color: Crusta. HEX triplet: EC, 82 and 4D. RGB value is (236,130,77). Sum of RGB (Red+Green+Blue) = 236+130+77=443 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.27% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 77 (30.47% from 255 or 17.38% from 443); Max value from RGB is 236 - color contains mainly: red. Hex color #EC824D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC824D is #137DB2. Grayscale: #9B9B9B. Windows color (decimal): -1277363 or 5079788. OLE color: 5079788.

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

Color convert

RGB 236 130 77 -
CMYK 0 0.45 0.67 0.07
HSL 20º 0.81% 0.61% -
HSV(B) 20º 0.67% 0.93% -
XYZ 43.91 34.33 11.33 -
YUV 155.65 83.62 185.31 -
System Red Green Blue C M Y K H S L
Decimal 236 130 77 0 0.45 0.67 0.07 20 0.81 0.61
Hex EC 82 4D 0 2D 43 7 14 51 3D
Octal 354 202 115 0 55 103 7 24 121 75
Binary 11101100 10000010 1001101 0 101101 1000011 111 10100 1010001 111101

Color Harmonies of #EC824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC824D

Black with #EC824D

Text Example


Text Example

White with #EC824D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC824D; }

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

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

background-color css

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

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

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

border-color css

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

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

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