#E6835D

Color #E6835D Crusta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusta #E6835D

Tints of Crusta #E6835D

Color information

#E6835D (or 0xE6835D) is unknown color: approx Crusta. HEX triplet: E6, 83 and 5D. RGB value is (230,131,93). Sum of RGB (Red+Green+Blue) = 230+131+93=454 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.66% from 454); Green value is 131 (51.56% from 255 or 28.85% from 454); Blue value is 93 (36.72% from 255 or 20.48% from 454); Max value from RGB is 230 - color contains mainly: red. Hex color #E6835D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E6835D is #197CA2. Grayscale: #9C9C9C. Windows color (decimal): -1670307 or 6128614. OLE color: 6128614.

HSL color Cylindrical-coordinate representation of color #E6835D: hue angle of 16.64º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E6835D is Cyan = 0, Magento = 0.43, Yellow = 0.60 and Black (K on CMYK) = 0.10.

Color convert

RGB23013193-
CMYK00.430.600.10
HSL16.64º73.26%63.33%-
HSV(B)16.64º59.57%90.2%-
XYZ42.7333.8514.64-
YUV156.2792.3180.59-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 50.66%
GREEN value IS 131 (51.56% from 255) = 28.85%
BLUE value IS 93 (36.72% from 255) = 20.48%
R=50.66%
G=28.85%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2301319300.430.600.1016.6473.2663.33
HexE6835D02B3CA11493f
Octal34620313505374122111177
Binary1110011010000011101110101010111111001010100011001001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6835D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6835D; }

 p { color: rgb(230,131,93); }

 H1.HeaderClassName
 {
   color: #E6835D;
 }
 .AnyTagClassName
 {
   color: #E6835D;
 }
</style>
background-color css

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

 a { background-color: rgb(230,131,93); }

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

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

 span { border-color: rgb(230,131,93); }

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