Html Css Color HEX #EB805A Crusta

📋 copy color: '#EB805A'

red 235 ◦ green 128 ◦ blue 90

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

Shades of Crusta #EB805A

Tints of Crusta #EB805A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.87%

R = 51.88%
G = 28.26%
B = 19.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB805A (or 0xEB805A) is known color: Crusta. HEX triplet: EB, 80 and 5A. RGB value is (235,128,90). Sum of RGB (Red+Green+Blue) = 235+128+90=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB805A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB805A is #147FA5. Grayscale: #9B9B9B. Windows color (decimal): -1343398 or 5931243. OLE color: 5931243.

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

Color convert

RGB 235 128 90 -
CMYK 0 0.46 0.62 0.08
HSL 15.72º 0.78% 0.64% -
HSV(B) 15.72º 0.62% 0.92% -
XYZ 43.83 33.84 13.89 -
YUV 155.66 90.95 184.59 -
System Red Green Blue C M Y K H S L
Decimal 235 128 90 0 0.46 0.62 0.08 15.72 0.78 0.64
Hex EB 80 5A 0 2E 3E 8 10 4E 40
Octal 353 200 132 0 56 76 10 20 116 100
Binary 11101011 10000000 1011010 0 101110 111110 1000 10000 1001110 1000000

Color Harmonies of #EB805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB805A

Black with #EB805A

Text Example


Text Example

White with #EB805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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