Html Css Color HEX #E98150 Crusta

📋 copy color: '#E98150'

red 233 ◦ green 129 ◦ blue 80

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

Shades of Crusta #E98150

Tints of Crusta #E98150

RGB

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

 GREEN value IS 129 (50.78% from 255) = 29.19%

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

R = 52.71%
G = 29.19%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.66

 K value IS 0.09

RGB Variations

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

Color information

#E98150 (or 0xE98150) is known color: Crusta. HEX triplet: E9, 81 and 50. RGB value is (233,129,80). Sum of RGB (Red+Green+Blue) = 233+129+80=442 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.71% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 80 (31.64% from 255 or 18.10% from 442); Max value from RGB is 233 - color contains mainly: red. Hex color #E98150 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98150 is #167EAF. Grayscale: #9A9A9A. Windows color (decimal): -1474224 or 5276137. OLE color: 5276137.

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

Color convert

RGB 233 129 80 -
CMYK 0 0.45 0.66 0.09
HSL 19.22º 0.78% 0.61% -
HSV(B) 19.22º 0.66% 0.91% -
XYZ 42.9 33.6 11.81 -
YUV 154.51 85.96 183.98 -
System Red Green Blue C M Y K H S L
Decimal 233 129 80 0 0.45 0.66 0.09 19.22 0.78 0.61
Hex E9 81 50 0 2D 42 9 13 4E 3D
Octal 351 201 120 0 55 102 11 23 116 75
Binary 11101001 10000001 1010000 0 101101 1000010 1001 10011 1001110 111101

Color Harmonies of #E98150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98150

Black with #E98150

Text Example


Text Example

White with #E98150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98150; }

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

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

background-color css

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

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

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

border-color css

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

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

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