Html Css Color HEX #EB8255 Crusta

📋 copy color: '#EB8255'

red 235 ◦ green 130 ◦ blue 85

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

Shades of Crusta #EB8255

Tints of Crusta #EB8255

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 18.89%

R = 52.22%
G = 28.89%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB8255 (or 0xEB8255) is known color: Crusta. HEX triplet: EB, 82 and 55. RGB value is (235,130,85). Sum of RGB (Red+Green+Blue) = 235+130+85=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 85 (33.59% from 255 or 18.89% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8255 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8255 is #147DAA. Grayscale: #9C9C9C. Windows color (decimal): -1342891 or 5604075. OLE color: 5604075.

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

Color convert

RGB 235 130 85 -
CMYK 0 0.45 0.64 0.08
HSL 18º 0.79% 0.63% -
HSV(B) 18º 0.64% 0.92% -
XYZ 43.88 34.28 12.9 -
YUV 156.27 87.79 184.16 -
System Red Green Blue C M Y K H S L
Decimal 235 130 85 0 0.45 0.64 0.08 18 0.79 0.63
Hex EB 82 55 0 2D 40 8 12 4F 3F
Octal 353 202 125 0 55 100 10 22 117 77
Binary 11101011 10000010 1010101 0 101101 1000000 1000 10010 1001111 111111

Color Harmonies of #EB8255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8255

Black with #EB8255

Text Example


Text Example

White with #EB8255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8255; }

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

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

background-color css

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

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

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

border-color css

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

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

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