Html Css Color HEX #EC8152 Crusta

📋 copy color: '#EC8152'

red 236 ◦ green 129 ◦ blue 82

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

Shades of Crusta #EC8152

Tints of Crusta #EC8152

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.86%

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

R = 52.8%
G = 28.86%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.07

RGB Variations

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

Color information

#EC8152 (or 0xEC8152) is known color: Crusta. HEX triplet: EC, 81 and 52. RGB value is (236,129,82). Sum of RGB (Red+Green+Blue) = 236+129+82=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 82 (32.42% from 255 or 18.34% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8152 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8152 is #137EAD. Grayscale: #9B9B9B. Windows color (decimal): -1277614 or 5407212. OLE color: 5407212.

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

Color convert

RGB 236 129 82 -
CMYK 0 0.45 0.65 0.07
HSL 18.31º 0.8% 0.62% -
HSV(B) 18.31º 0.65% 0.93% -
XYZ 43.97 34.14 12.26 -
YUV 155.64 86.45 185.32 -
System Red Green Blue C M Y K H S L
Decimal 236 129 82 0 0.45 0.65 0.07 18.31 0.8 0.62
Hex EC 81 52 0 2D 41 7 12 50 3E
Octal 354 201 122 0 55 101 7 22 120 76
Binary 11101100 10000001 1010010 0 101101 1000001 111 10010 1010000 111110

Color Harmonies of #EC8152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8152

Black with #EC8152

Text Example


Text Example

White with #EC8152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8152; }

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

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

background-color css

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

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

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

border-color css

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

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

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