Html Css Color HEX #EB8B5A Crusta

📋 copy color: '#EB8B5A'

red 235 ◦ green 139 ◦ blue 90

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

Shades of Crusta #EB8B5A

Tints of Crusta #EB8B5A

RGB

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

 GREEN value IS 139 (54.69% from 255) = 29.96%

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

R = 50.65%
G = 29.96%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB8B5A (or 0xEB8B5A) is known color: Crusta. HEX triplet: EB, 8B and 5A. RGB value is (235,139,90). Sum of RGB (Red+Green+Blue) = 235+139+90=464 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.65% from 464); Green value is 139 (54.69% from 255 or 29.96% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8B5A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB8B5A is #1474A5. Grayscale: #A2A2A2. Windows color (decimal): -1340582 or 5934059. OLE color: 5934059.

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

Color convert

RGB 235 139 90 -
CMYK 0 0.41 0.62 0.08
HSL 20.28º 0.78% 0.64% -
HSV(B) 20.28º 0.62% 0.92% -
XYZ 45.34 36.87 14.4 -
YUV 162.12 87.3 179.98 -
System Red Green Blue C M Y K H S L
Decimal 235 139 90 0 0.41 0.62 0.08 20.28 0.78 0.64
Hex EB 8B 5A 0 29 3E 8 14 4E 40
Octal 353 213 132 0 51 76 10 24 116 100
Binary 11101011 10001011 1011010 0 101001 111110 1000 10100 1001110 1000000

Color Harmonies of #EB8B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB8B5A

Black with #EB8B5A

Text Example


Text Example

White with #EB8B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB8B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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