Html Css Color HEX #EB8860 Crusta

📋 copy color: '#EB8860'

red 235 ◦ green 136 ◦ blue 96

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

Shades of Crusta #EB8860

Tints of Crusta #EB8860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.12%

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

R = 50.32%
G = 29.12%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.59

 K value IS 0.08

RGB Variations

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

Color information

#EB8860 (or 0xEB8860) is known color: Crusta. HEX triplet: EB, 88 and 60. RGB value is (235,136,96). Sum of RGB (Red+Green+Blue) = 235+136+96=467 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.32% from 467); Green value is 136 (53.52% from 255 or 29.12% from 467); Blue value is 96 (37.89% from 255 or 20.56% from 467); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8860 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8860 is #14779F. Grayscale: #A1A1A1. Windows color (decimal): -1341344 or 6326507. OLE color: 6326507.

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

Color convert

RGB 235 136 96 -
CMYK 0 0.42 0.59 0.08
HSL 17.27º 0.78% 0.65% -
HSV(B) 17.27º 0.59% 0.92% -
XYZ 45.18 36.12 15.66 -
YUV 161.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 235 136 96 0 0.42 0.59 0.08 17.27 0.78 0.65
Hex EB 88 60 0 2A 3B 8 11 4E 41
Octal 353 210 140 0 52 73 10 21 116 101
Binary 11101011 10001000 1100000 0 101010 111011 1000 10001 1001110 1000001

Color Harmonies of #EB8860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8860

Black with #EB8860

Text Example


Text Example

White with #EB8860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8860; }

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

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

background-color css

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

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

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

border-color css

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

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

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