Html Css Color HEX #EB8C55 Crusta

📋 copy color: '#EB8C55'

red 235 ◦ green 140 ◦ blue 85

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

Shades of Crusta #EB8C55

Tints of Crusta #EB8C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 30.43%

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

R = 51.09%
G = 30.43%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.64

 K value IS 0.08

RGB Variations

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

Color information

#EB8C55 (or 0xEB8C55) is known color: Crusta. HEX triplet: EB, 8C and 55. RGB value is (235,140,85). Sum of RGB (Red+Green+Blue) = 235+140+85=460 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.09% from 460); Green value is 140 (55.08% from 255 or 30.43% from 460); Blue value is 85 (33.59% from 255 or 18.48% from 460); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8C55 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8C55 is #1473AA. Grayscale: #A2A2A2. Windows color (decimal): -1340331 or 5606635. OLE color: 5606635.

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

Color convert

RGB 235 140 85 -
CMYK 0 0.40 0.64 0.08
HSL 22º 0.79% 0.63% -
HSV(B) 22º 0.64% 0.92% -
XYZ 45.28 37.07 13.36 -
YUV 162.14 84.47 179.97 -
System Red Green Blue C M Y K H S L
Decimal 235 140 85 0 0.40 0.64 0.08 22 0.79 0.63
Hex EB 8C 55 0 28 40 8 16 4F 3F
Octal 353 214 125 0 50 100 10 26 117 77
Binary 11101011 10001100 1010101 0 101000 1000000 1000 10110 1001111 111111

Color Harmonies of #EB8C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8C55

Black with #EB8C55

Text Example


Text Example

White with #EB8C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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