Html Css Color HEX #E98460 Crusta

📋 copy color: '#E98460'

red 233 ◦ green 132 ◦ blue 96

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

Shades of Crusta #E98460

Tints of Crusta #E98460

RGB

 RED value IS 233 (91.41% from 255) = 50.54%

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

 BLUE value IS 96 (37.89% from 255) = 20.82%

R = 50.54%
G = 28.63%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E98460 (or 0xE98460) is known color: Crusta. HEX triplet: E9, 84 and 60. RGB value is (233,132,96). Sum of RGB (Red+Green+Blue) = 233+132+96=461 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.54% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 233 - color contains mainly: red. Hex color #E98460 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98460 is #167B9F. Grayscale: #9E9E9E. Windows color (decimal): -1473440 or 6325481. OLE color: 6325481.

HSL color Cylindrical-coordinate representation of color #E98460: hue angle of 15.77º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #E98460 is Cyan = 0, Magento = 0.43, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 132 96 -
CMYK 0 0.43 0.59 0.09
HSL 15.77º 0.76% 0.65% -
HSV(B) 15.77º 0.59% 0.91% -
XYZ 43.97 34.67 15.44 -
YUV 158.1 92.96 181.43 -
System Red Green Blue C M Y K H S L
Decimal 233 132 96 0 0.43 0.59 0.09 15.77 0.76 0.65
Hex E9 84 60 0 2B 3B 9 10 4C 41
Octal 351 204 140 0 53 73 11 20 114 101
Binary 11101001 10000100 1100000 0 101011 111011 1001 10000 1001100 1000001

Color Harmonies of #E98460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98460

Black with #E98460

Text Example


Text Example

White with #E98460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98460; }

 p { color: rgb(233,132,96); }

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

background-color css

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

 a { background-color: rgb(233,132,96); }

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

border-color css

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

 span { border-color: rgb(233,132,96); }

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