Html Css Color HEX #EB8B5E Crusta

📋 copy color: '#EB8B5E'

red 235 ◦ green 139 ◦ blue 94

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

Shades of Crusta #EB8B5E

Tints of Crusta #EB8B5E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.7%

 BLUE value IS 94 (37.11% from 255) = 20.09%

R = 50.21%
G = 29.7%
B = 20.09%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB8B5E (or 0xEB8B5E) is known color: Crusta. HEX triplet: EB, 8B and 5E. RGB value is (235,139,94). Sum of RGB (Red+Green+Blue) = 235+139+94=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 139 (54.69% from 255 or 29.70% from 468); Blue value is 94 (37.11% from 255 or 20.09% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B5E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B5E is #1474A1. Grayscale: #A2A2A2. Windows color (decimal): -1340578 or 6196203. OLE color: 6196203.

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

Color convert

RGB 235 139 94 -
CMYK 0 0.41 0.6 0.08
HSL 19.15º 0.78% 0.65% -
HSV(B) 19.15º 0.6% 0.92% -
XYZ 45.51 36.94 15.32 -
YUV 162.57 89.3 179.66 -
System Red Green Blue C M Y K H S L
Decimal 235 139 94 0 0.41 0.6 0.08 19.15 0.78 0.65
Hex EB 8B 5E 0 29 3C 8 13 4E 41
Octal 353 213 136 0 51 74 10 23 116 101
Binary 11101011 10001011 1011110 0 101001 111100 1000 10011 1001110 1000001

Color Harmonies of #EB8B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B5E

Black with #EB8B5E

Text Example


Text Example

White with #EB8B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B5E; }

 p { color: rgb(235,139,94); }

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

background-color css

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

 a { background-color: rgb(235,139,94); }

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

border-color css

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

 span { border-color: rgb(235,139,94); }

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