Html Css Color HEX #EB935B Crusta

📋 copy color: '#EB935B'

red 235 ◦ green 147 ◦ blue 91

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

Shades of Crusta #EB935B

Tints of Crusta #EB935B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.08%

 BLUE value IS 91 (35.94% from 255) = 19.24%

R = 49.68%
G = 31.08%
B = 19.24%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB935B (or 0xEB935B) is known color: Crusta. HEX triplet: EB, 93 and 5B. RGB value is (235,147,91). Sum of RGB (Red+Green+Blue) = 235+147+91=473 (62% of max value = 765). Red value is 235 (92.19% from 255 or 49.68% from 473); Green value is 147 (57.81% from 255 or 31.08% from 473); Blue value is 91 (35.94% from 255 or 19.24% from 473); Max value from RGB is 235 - color contains mainly: red. Hex color #EB935B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB935B is #146CA4. Grayscale: #A7A7A7. Windows color (decimal): -1338533 or 6001643. OLE color: 6001643.

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

Color convert

RGB 235 147 91 -
CMYK 0 0.37 0.61 0.08
HSL 23.33º 0.78% 0.64% -
HSV(B) 23.33º 0.61% 0.92% -
XYZ 46.58 39.28 15.03 -
YUV 166.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 235 147 91 0 0.37 0.61 0.08 23.33 0.78 0.64
Hex EB 93 5B 0 25 3D 8 17 4E 40
Octal 353 223 133 0 45 75 10 27 116 100
Binary 11101011 10010011 1011011 0 100101 111101 1000 10111 1001110 1000000

Color Harmonies of #EB935B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB935B

Black with #EB935B

Text Example


Text Example

White with #EB935B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB935B; }

 p { color: rgb(235,147,91); }

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

background-color css

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

 a { background-color: rgb(235,147,91); }

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

border-color css

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

 span { border-color: rgb(235,147,91); }

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