Html Css Color HEX #E98360 Crusta

📋 copy color: '#E98360'

red 233 ◦ green 131 ◦ blue 96

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

Shades of Crusta #E98360

Tints of Crusta #E98360

RGB

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

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

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

R = 50.65%
G = 28.48%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.59

 K value IS 0.09

RGB Variations

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

Color information

#E98360 (or 0xE98360) is known color: Crusta. HEX triplet: E9, 83 and 60. RGB value is (233,131,96). Sum of RGB (Red+Green+Blue) = 233+131+96=460 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.65% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 96 (37.89% from 255 or 20.87% from 460); Max value from RGB is 233 - color contains mainly: red. Hex color #E98360 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98360 is #167C9F. Grayscale: #9D9D9D. Windows color (decimal): -1473696 or 6325225. OLE color: 6325225.

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

Color convert

RGB 233 131 96 -
CMYK 0 0.44 0.59 0.09
HSL 15.33º 0.76% 0.65% -
HSV(B) 15.33º 0.59% 0.91% -
XYZ 43.83 34.4 15.4 -
YUV 157.51 93.29 181.85 -
System Red Green Blue C M Y K H S L
Decimal 233 131 96 0 0.44 0.59 0.09 15.33 0.76 0.65
Hex E9 83 60 0 2C 3B 9 F 4C 41
Octal 351 203 140 0 54 73 11 17 114 101
Binary 11101001 10000011 1100000 0 101100 111011 1001 1111 1001100 1000001

Color Harmonies of #E98360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98360

Black with #E98360

Text Example


Text Example

White with #E98360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98360; }

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

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

background-color css

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

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

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

border-color css

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

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

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