Html Css Color HEX #EC8452 Crusta

📋 copy color: '#EC8452'

red 236 ◦ green 132 ◦ blue 82

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

Shades of Crusta #EC8452

Tints of Crusta #EC8452

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.33%

 BLUE value IS 82 (32.42% from 255) = 18.22%

R = 52.44%
G = 29.33%
B = 18.22%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8452 (or 0xEC8452) is known color: Crusta. HEX triplet: EC, 84 and 52. RGB value is (236,132,82). Sum of RGB (Red+Green+Blue) = 236+132+82=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 132 (51.95% from 255 or 29.33% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8452 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8452 is #137BAD. Grayscale: #9D9D9D. Windows color (decimal): -1276846 or 5407980. OLE color: 5407980.

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

Color convert

RGB 236 132 82 -
CMYK 0 0.44 0.65 0.07
HSL 19.48º 0.8% 0.62% -
HSV(B) 19.48º 0.65% 0.93% -
XYZ 44.37 34.94 12.39 -
YUV 157.4 85.46 184.07 -
System Red Green Blue C M Y K H S L
Decimal 236 132 82 0 0.44 0.65 0.07 19.48 0.8 0.62
Hex EC 84 52 0 2C 41 7 13 50 3E
Octal 354 204 122 0 54 101 7 23 120 76
Binary 11101100 10000100 1010010 0 101100 1000001 111 10011 1010000 111110

Color Harmonies of #EC8452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8452

Black with #EC8452

Text Example


Text Example

White with #EC8452

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8452; }

 p { color: rgb(236,132,82); }

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

background-color css

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

 a { background-color: rgb(236,132,82); }

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

border-color css

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

 span { border-color: rgb(236,132,82); }

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