Html Css Color HEX #EC8562 Crusta

📋 copy color: '#EC8562'

red 236 ◦ green 133 ◦ blue 98

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

Shades of Crusta #EC8562

Tints of Crusta #EC8562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.48%

 BLUE value IS 98 (38.67% from 255) = 20.99%

R = 50.54%
G = 28.48%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.58

 K value IS 0.07

RGB Variations

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

Color information

#EC8562 (or 0xEC8562) is known color: Crusta. HEX triplet: EC, 85 and 62. RGB value is (236,133,98). Sum of RGB (Red+Green+Blue) = 236+133+98=467 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.54% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 98 (38.67% from 255 or 20.99% from 467); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8562 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8562 is #137A9D. Grayscale: #A0A0A0. Windows color (decimal): -1276574 or 6456812. OLE color: 6456812.

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

Color convert

RGB 236 133 98 -
CMYK 0 0.44 0.58 0.07
HSL 15.22º 0.78% 0.65% -
HSV(B) 15.22º 0.58% 0.93% -
XYZ 45.18 35.49 16.02 -
YUV 159.81 93.12 182.35 -
System Red Green Blue C M Y K H S L
Decimal 236 133 98 0 0.44 0.58 0.07 15.22 0.78 0.65
Hex EC 85 62 0 2C 3A 7 F 4E 41
Octal 354 205 142 0 54 72 7 17 116 101
Binary 11101100 10000101 1100010 0 101100 111010 111 1111 1001110 1000001

Color Harmonies of #EC8562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8562

Black with #EC8562

Text Example


Text Example

White with #EC8562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8562; }

 p { color: rgb(236,133,98); }

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

background-color css

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

 a { background-color: rgb(236,133,98); }

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

border-color css

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

 span { border-color: rgb(236,133,98); }

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