Html Css Color HEX #EB865D Crusta

📋 copy color: '#EB865D'

red 235 ◦ green 134 ◦ blue 93

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

Shades of Crusta #EB865D

Tints of Crusta #EB865D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29%

 BLUE value IS 93 (36.72% from 255) = 20.13%

R = 50.87%
G = 29%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.60

 K value IS 0.08

RGB Variations

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

Color information

#EB865D (or 0xEB865D) is known color: Crusta. HEX triplet: EB, 86 and 5D. RGB value is (235,134,93). Sum of RGB (Red+Green+Blue) = 235+134+93=462 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.87% from 462); Green value is 134 (52.73% from 255 or 29.00% from 462); Blue value is 93 (36.72% from 255 or 20.13% from 462); Max value from RGB is 235 - color contains mainly: red. Hex color #EB865D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EB865D is #1479A2. Grayscale: #9F9F9F. Windows color (decimal): -1341859 or 6129387. OLE color: 6129387.

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

Color convert

RGB 235 134 93 -
CMYK 0 0.43 0.60 0.08
HSL 17.32º 0.78% 0.64% -
HSV(B) 17.32º 0.6% 0.92% -
XYZ 44.76 35.5 14.85 -
YUV 159.53 90.46 181.83 -
System Red Green Blue C M Y K H S L
Decimal 235 134 93 0 0.43 0.60 0.08 17.32 0.78 0.64
Hex EB 86 5D 0 2B 3C 8 11 4E 40
Octal 353 206 135 0 53 74 10 21 116 100
Binary 11101011 10000110 1011101 0 101011 111100 1000 10001 1001110 1000000

Color Harmonies of #EB865D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EB865D

Black with #EB865D

Text Example


Text Example

White with #EB865D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EB865D; }

 p { color: rgb(235,134,93); }

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

background-color css

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

 a { background-color: rgb(235,134,93); }

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

border-color css

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

 span { border-color: rgb(235,134,93); }

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