Html Css Color HEX #EB8553 Crusta

📋 copy color: '#EB8553'

red 235 ◦ green 133 ◦ blue 83

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

Shades of Crusta #EB8553

Tints of Crusta #EB8553

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.49%

 BLUE value IS 83 (32.81% from 255) = 18.4%

R = 52.11%
G = 29.49%
B = 18.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#EB8553 (or 0xEB8553) is known color: Crusta. HEX triplet: EB, 85 and 53. RGB value is (235,133,83). Sum of RGB (Red+Green+Blue) = 235+133+83=451 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.11% from 451); Green value is 133 (52.34% from 255 or 29.49% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8553 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8553 is #147AAC. Grayscale: #9E9E9E. Windows color (decimal): -1342125 or 5473771. OLE color: 5473771.

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

Color convert

RGB 235 133 83 -
CMYK 0 0.43 0.65 0.08
HSL 19.74º 0.79% 0.62% -
HSV(B) 19.74º 0.65% 0.92% -
XYZ 44.21 35.06 12.62 -
YUV 157.8 85.79 183.07 -
System Red Green Blue C M Y K H S L
Decimal 235 133 83 0 0.43 0.65 0.08 19.74 0.79 0.62
Hex EB 85 53 0 2B 41 8 14 4F 3E
Octal 353 205 123 0 53 101 10 24 117 76
Binary 11101011 10000101 1010011 0 101011 1000001 1000 10100 1001111 111110

Color Harmonies of #EB8553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8553

Black with #EB8553

Text Example


Text Example

White with #EB8553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8553; }

 p { color: rgb(235,133,83); }

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

background-color css

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

 a { background-color: rgb(235,133,83); }

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

border-color css

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

 span { border-color: rgb(235,133,83); }

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