Html Css Color HEX #EC8052 Crusta

📋 copy color: '#EC8052'

red 236 ◦ green 128 ◦ blue 82

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

Shades of Crusta #EC8052

Tints of Crusta #EC8052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.7%

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

R = 52.91%
G = 28.7%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8052 (or 0xEC8052) is known color: Crusta. HEX triplet: EC, 80 and 52. RGB value is (236,128,82). Sum of RGB (Red+Green+Blue) = 236+128+82=446 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.91% from 446); Green value is 128 (50.39% from 255 or 28.70% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8052 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8052 is #137FAD. Grayscale: #9B9B9B. Windows color (decimal): -1277870 or 5406956. OLE color: 5406956.

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

Color convert

RGB 236 128 82 -
CMYK 0 0.46 0.65 0.07
HSL 17.92º 0.8% 0.62% -
HSV(B) 17.92º 0.65% 0.93% -
XYZ 43.83 33.88 12.21 -
YUV 155.05 86.78 185.74 -
System Red Green Blue C M Y K H S L
Decimal 236 128 82 0 0.46 0.65 0.07 17.92 0.8 0.62
Hex EC 80 52 0 2E 41 7 12 50 3E
Octal 354 200 122 0 56 101 7 22 120 76
Binary 11101100 10000000 1010010 0 101110 1000001 111 10010 1010000 111110

Color Harmonies of #EC8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8052

Black with #EC8052

Text Example


Text Example

White with #EC8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8052; }

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

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

background-color css

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

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

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

border-color css

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

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

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