Html Css Color HEX #EB855A Crusta

📋 copy color: '#EB855A'

red 235 ◦ green 133 ◦ blue 90

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

Shades of Crusta #EB855A

Tints of Crusta #EB855A

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 51.31%
G = 29.04%
B = 19.65%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.62

 K value IS 0.08

RGB Variations

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

Color information

#EB855A (or 0xEB855A) is known color: Crusta. HEX triplet: EB, 85 and 5A. RGB value is (235,133,90). Sum of RGB (Red+Green+Blue) = 235+133+90=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 90 (35.55% from 255 or 19.65% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB855A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB855A is #147AA5. Grayscale: #9E9E9E. Windows color (decimal): -1342118 or 5932523. OLE color: 5932523.

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

Color convert

RGB 235 133 90 -
CMYK 0 0.43 0.62 0.08
HSL 17.79º 0.78% 0.64% -
HSV(B) 17.79º 0.62% 0.92% -
XYZ 44.49 35.18 14.12 -
YUV 158.6 89.29 182.5 -
System Red Green Blue C M Y K H S L
Decimal 235 133 90 0 0.43 0.62 0.08 17.79 0.78 0.64
Hex EB 85 5A 0 2B 3E 8 12 4E 40
Octal 353 205 132 0 53 76 10 22 116 100
Binary 11101011 10000101 1011010 0 101011 111110 1000 10010 1001110 1000000

Color Harmonies of #EB855A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB855A

Black with #EB855A

Text Example


Text Example

White with #EB855A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB855A; }

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

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

background-color css

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

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

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

border-color css

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

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

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