Html Css Color HEX #EC8362 Crusta

📋 copy color: '#EC8362'

red 236 ◦ green 131 ◦ blue 98

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

Shades of Crusta #EC8362

Tints of Crusta #EC8362

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.17%

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

R = 50.75%
G = 28.17%
B = 21.08%

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

#EC8362 (or 0xEC8362) is known color: Crusta. HEX triplet: EC, 83 and 62. RGB value is (236,131,98). Sum of RGB (Red+Green+Blue) = 236+131+98=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 98 (38.67% from 255 or 21.08% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8362 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EC8362 is #137C9D. Grayscale: #9E9E9E. Windows color (decimal): -1277086 or 6456300. OLE color: 6456300.

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

Color convert

RGB 236 131 98 -
CMYK 0 0.44 0.58 0.07
HSL 14.35º 0.78% 0.65% -
HSV(B) 14.35º 0.58% 0.93% -
XYZ 44.91 34.95 15.93 -
YUV 158.63 93.79 183.18 -
System Red Green Blue C M Y K H S L
Decimal 236 131 98 0 0.44 0.58 0.07 14.35 0.78 0.65
Hex EC 83 62 0 2C 3A 7 E 4E 41
Octal 354 203 142 0 54 72 7 16 116 101
Binary 11101100 10000011 1100010 0 101100 111010 111 1110 1001110 1000001

Color Harmonies of #EC8362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC8362

Black with #EC8362

Text Example


Text Example

White with #EC8362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC8362; }

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

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

background-color css

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

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

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

border-color css

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

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

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