Html Css Color HEX #E98250 Crusta

📋 copy color: '#E98250'

red 233 ◦ green 130 ◦ blue 80

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

Shades of Crusta #E98250

Tints of Crusta #E98250

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.35%

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

R = 52.6%
G = 29.35%
B = 18.06%

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

#E98250 (or 0xE98250) is known color: Crusta. HEX triplet: E9, 82 and 50. RGB value is (233,130,80). Sum of RGB (Red+Green+Blue) = 233+130+80=443 (58% of max value = 765). Red value is 233 (91.41% from 255 or 52.60% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 80 (31.64% from 255 or 18.06% from 443); Max value from RGB is 233 - color contains mainly: red. Hex color #E98250 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E98250 is #167DAF. Grayscale: #9B9B9B. Windows color (decimal): -1473968 or 5276393. OLE color: 5276393.

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

Color convert

RGB 233 130 80 -
CMYK 0 0.44 0.66 0.09
HSL 19.61º 0.78% 0.61% -
HSV(B) 19.61º 0.66% 0.91% -
XYZ 43.03 33.87 11.86 -
YUV 155.1 85.62 183.57 -
System Red Green Blue C M Y K H S L
Decimal 233 130 80 0 0.44 0.66 0.09 19.61 0.78 0.61
Hex E9 82 50 0 2C 42 9 14 4E 3D
Octal 351 202 120 0 54 102 11 24 116 75
Binary 11101001 10000010 1010000 0 101100 1000010 1001 10100 1001110 111101

Color Harmonies of #E98250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E98250

Black with #E98250

Text Example


Text Example

White with #E98250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E98250; }

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

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

background-color css

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

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

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

border-color css

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

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

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