Html Css Color HEX #EB885E Crusta

📋 copy color: '#EB885E'

red 235 ◦ green 136 ◦ blue 94

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

Shades of Crusta #EB885E

Tints of Crusta #EB885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 29.25%

 BLUE value IS 94 (37.11% from 255) = 20.22%

R = 50.54%
G = 29.25%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.6

 K value IS 0.08

RGB Variations

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

Color information

#EB885E (or 0xEB885E) is known color: Crusta. HEX triplet: EB, 88 and 5E. RGB value is (235,136,94). Sum of RGB (Red+Green+Blue) = 235+136+94=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 94 (37.11% from 255 or 20.22% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB885E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB885E is #1477A1. Grayscale: #A1A1A1. Windows color (decimal): -1341346 or 6195435. OLE color: 6195435.

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

Color convert

RGB 235 136 94 -
CMYK 0 0.42 0.6 0.08
HSL 17.87º 0.78% 0.65% -
HSV(B) 17.87º 0.6% 0.92% -
XYZ 45.09 36.08 15.18 -
YUV 160.81 90.3 180.92 -
System Red Green Blue C M Y K H S L
Decimal 235 136 94 0 0.42 0.6 0.08 17.87 0.78 0.65
Hex EB 88 5E 0 2A 3C 8 12 4E 41
Octal 353 210 136 0 52 74 10 22 116 101
Binary 11101011 10001000 1011110 0 101010 111100 1000 10010 1001110 1000001

Color Harmonies of #EB885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB885E

Black with #EB885E

Text Example


Text Example

White with #EB885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB885E; }

 p { color: rgb(235,136,94); }

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

background-color css

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

 a { background-color: rgb(235,136,94); }

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

border-color css

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

 span { border-color: rgb(235,136,94); }

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