Html Css Color HEX #EB805B Crusta

📋 copy color: '#EB805B'

red 235 ◦ green 128 ◦ blue 91

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

Shades of Crusta #EB805B

Tints of Crusta #EB805B

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.19%

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

R = 51.76%
G = 28.19%
B = 20.04%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.61

 K value IS 0.08

RGB Variations

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

Color information

#EB805B (or 0xEB805B) is known color: Crusta. HEX triplet: EB, 80 and 5B. RGB value is (235,128,91). Sum of RGB (Red+Green+Blue) = 235+128+91=454 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.76% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 91 (35.94% from 255 or 20.04% from 454); Max value from RGB is 235 - color contains mainly: red. Hex color #EB805B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB805B is #147FA4. Grayscale: #9C9C9C. Windows color (decimal): -1343397 or 5996779. OLE color: 5996779.

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

Color convert

RGB 235 128 91 -
CMYK 0 0.46 0.61 0.08
HSL 15.42º 0.78% 0.64% -
HSV(B) 15.42º 0.61% 0.92% -
XYZ 43.87 33.86 14.12 -
YUV 155.78 91.45 184.51 -
System Red Green Blue C M Y K H S L
Decimal 235 128 91 0 0.46 0.61 0.08 15.42 0.78 0.64
Hex EB 80 5B 0 2E 3D 8 F 4E 40
Octal 353 200 133 0 56 75 10 17 116 100
Binary 11101011 10000000 1011011 0 101110 111101 1000 1111 1001110 1000000

Color Harmonies of #EB805B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB805B

Black with #EB805B

Text Example


Text Example

White with #EB805B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB805B; }

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

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

background-color css

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

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

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

border-color css

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

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

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