Html Css Color HEX #EB8260 Crusta

📋 copy color: '#EB8260'

red 235 ◦ green 130 ◦ blue 96

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

Shades of Crusta #EB8260

Tints of Crusta #EB8260

RGB

 RED value IS 235 (92.19% from 255) = 50.98%

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

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

R = 50.98%
G = 28.2%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB8260 (or 0xEB8260) is known color: Crusta. HEX triplet: EB, 82 and 60. RGB value is (235,130,96). Sum of RGB (Red+Green+Blue) = 235+130+96=461 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.98% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 96 (37.89% from 255 or 20.82% from 461); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8260 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8260 is #147D9F. Grayscale: #9D9D9D. Windows color (decimal): -1342880 or 6324971. OLE color: 6324971.

HSL color Cylindrical-coordinate representation of color #EB8260: hue angle of 14.68º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EB8260 is Cyan = 0, Magento = 0.45, Yellow = 0.59 and Black (K on CMYK) = 0.08.

Color convert

RGB 235 130 96 -
CMYK 0 0.45 0.59 0.08
HSL 14.68º 0.78% 0.65% -
HSV(B) 14.68º 0.59% 0.92% -
XYZ 44.35 34.47 15.38 -
YUV 157.52 93.29 183.26 -
System Red Green Blue C M Y K H S L
Decimal 235 130 96 0 0.45 0.59 0.08 14.68 0.78 0.65
Hex EB 82 60 0 2D 3B 8 F 4E 41
Octal 353 202 140 0 55 73 10 17 116 101
Binary 11101011 10000010 1100000 0 101101 111011 1000 1111 1001110 1000001

Color Harmonies of #EB8260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8260

Black with #EB8260

Text Example


Text Example

White with #EB8260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8260; }

 p { color: rgb(235,130,96); }

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

background-color css

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

 a { background-color: rgb(235,130,96); }

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

border-color css

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

 span { border-color: rgb(235,130,96); }

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