Html Css Color HEX #E98350 Crusta

📋 copy color: '#E98350'

red 233 ◦ green 131 ◦ blue 80

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

Shades of Crusta #E98350

Tints of Crusta #E98350

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.02%

R = 52.48%
G = 29.5%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E98350 (or 0xE98350) is known color: Crusta. HEX triplet: E9, 83 and 50. RGB value is (233,131,80). Sum of RGB (Red+Green+Blue) = 233+131+80=444 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.48% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 80 (31.64% from 255 or 18.02% from 444); Max value from RGB is 233 - color contains mainly: red. Hex color #E98350 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98350 is #167CAF. Grayscale: #9B9B9B. Windows color (decimal): -1473712 or 5276649. OLE color: 5276649.

HSL color Cylindrical-coordinate representation of color #E98350: hue angle of 20º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E98350 is Cyan = 0, Magento = 0.44, Yellow = 0.66 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 131 80 -
CMYK 0 0.44 0.66 0.09
HSL 20º 0.78% 0.61% -
HSV(B) 20º 0.66% 0.91% -
XYZ 43.17 34.14 11.9 -
YUV 155.68 85.29 183.15 -
System Red Green Blue C M Y K H S L
Decimal 233 131 80 0 0.44 0.66 0.09 20 0.78 0.61
Hex E9 83 50 0 2C 42 9 14 4E 3D
Octal 351 203 120 0 54 102 11 24 116 75
Binary 11101001 10000011 1010000 0 101100 1000010 1001 10100 1001110 111101

Color Harmonies of #E98350

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98350

Black with #E98350

Text Example


Text Example

White with #E98350

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98350; }

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

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

background-color css

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

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

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

border-color css

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

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

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