Html Css Color HEX #EB8256 Crusta

📋 copy color: '#EB8256'

red 235 ◦ green 130 ◦ blue 86

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

Shades of Crusta #EB8256

Tints of Crusta #EB8256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.07%

R = 52.11%
G = 28.82%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB8256 (or 0xEB8256) is known color: Crusta. HEX triplet: EB, 82 and 56. RGB value is (235,130,86). Sum of RGB (Red+Green+Blue) = 235+130+86=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 86 (33.98% from 255 or 19.07% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8256 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8256 is #147DA9. Grayscale: #9C9C9C. Windows color (decimal): -1342890 or 5669611. OLE color: 5669611.

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

Color convert

RGB 235 130 86 -
CMYK 0 0.45 0.63 0.08
HSL 17.72º 0.79% 0.63% -
HSV(B) 17.72º 0.63% 0.92% -
XYZ 43.92 34.3 13.11 -
YUV 156.38 88.29 184.08 -
System Red Green Blue C M Y K H S L
Decimal 235 130 86 0 0.45 0.63 0.08 17.72 0.79 0.63
Hex EB 82 56 0 2D 3F 8 12 4F 3F
Octal 353 202 126 0 55 77 10 22 117 77
Binary 11101011 10000010 1010110 0 101101 111111 1000 10010 1001111 111111

Color Harmonies of #EB8256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8256

Black with #EB8256

Text Example


Text Example

White with #EB8256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8256; }

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

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

background-color css

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

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

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

border-color css

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

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

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