Html Css Color HEX #EB895A Crusta

📋 copy color: '#EB895A'

red 235 ◦ green 137 ◦ blue 90

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

Shades of Crusta #EB895A

Tints of Crusta #EB895A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.65%

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

R = 50.87%
G = 29.65%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB895A (or 0xEB895A) is known color: Crusta. HEX triplet: EB, 89 and 5A. RGB value is (235,137,90). Sum of RGB (Red+Green+Blue) = 235+137+90=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 137 (53.91% from 255 or 29.65% from 462); Blue value is 90 (35.55% from 255 or 19.48% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB895A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB895A is #1476A5. Grayscale: #A1A1A1. Windows color (decimal): -1341094 or 5933547. OLE color: 5933547.

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

Color convert

RGB 235 137 90 -
CMYK 0 0.42 0.62 0.08
HSL 19.45º 0.78% 0.64% -
HSV(B) 19.45º 0.62% 0.92% -
XYZ 45.05 36.29 14.3 -
YUV 160.94 87.97 180.82 -
System Red Green Blue C M Y K H S L
Decimal 235 137 90 0 0.42 0.62 0.08 19.45 0.78 0.64
Hex EB 89 5A 0 2A 3E 8 13 4E 40
Octal 353 211 132 0 52 76 10 23 116 100
Binary 11101011 10001001 1011010 0 101010 111110 1000 10011 1001110 1000000

Color Harmonies of #EB895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB895A

Black with #EB895A

Text Example


Text Example

White with #EB895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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