Html Css Color HEX #EB9158 Crusta

📋 copy color: '#EB9158'

red 235 ◦ green 145 ◦ blue 88

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

Shades of Crusta #EB9158

Tints of Crusta #EB9158

RGB

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

 GREEN value IS 145 (57.03% from 255) = 30.98%

 BLUE value IS 88 (34.77% from 255) = 18.8%

R = 50.21%
G = 30.98%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.08

RGB Variations

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

Color information

#EB9158 (or 0xEB9158) is known color: Crusta. HEX triplet: EB, 91 and 58. RGB value is (235,145,88). Sum of RGB (Red+Green+Blue) = 235+145+88=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 145 (57.03% from 255 or 30.98% from 468); Blue value is 88 (34.77% from 255 or 18.80% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB9158 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB9158 is #146EA7. Grayscale: #A5A5A5. Windows color (decimal): -1339048 or 5804523. OLE color: 5804523.

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

Color convert

RGB 235 145 88 -
CMYK 0 0.38 0.63 0.08
HSL 23.27º 0.79% 0.63% -
HSV(B) 23.27º 0.63% 0.92% -
XYZ 46.15 38.62 14.25 -
YUV 165.41 84.32 177.63 -
System Red Green Blue C M Y K H S L
Decimal 235 145 88 0 0.38 0.63 0.08 23.27 0.79 0.63
Hex EB 91 58 0 26 3F 8 17 4F 3F
Octal 353 221 130 0 46 77 10 27 117 77
Binary 11101011 10010001 1011000 0 100110 111111 1000 10111 1001111 111111

Color Harmonies of #EB9158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB9158

Black with #EB9158

Text Example


Text Example

White with #EB9158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB9158; }

 p { color: rgb(235,145,88); }

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

background-color css

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

 a { background-color: rgb(235,145,88); }

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

border-color css

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

 span { border-color: rgb(235,145,88); }

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