#E7875D

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

Shades of Crusta #E7875D

Tints of Crusta #E7875D

Color information

#E7875D (or 0xE7875D) is unknown color: approx Crusta. HEX triplet: E7, 87 and 5D. RGB value is (231,135,93). Sum of RGB (Red+Green+Blue) = 231+135+93=459 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.33% from 459); Green value is 135 (53.12% from 255 or 29.41% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 231 - color contains mainly: red. Hex color #E7875D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #E7875D is #1878A2. Grayscale: #9F9F9F. Windows color (decimal): -1603747 or 6129639. OLE color: 6129639.

HSL color Cylindrical-coordinate representation of color #E7875D: hue angle of 18.26º degrees, saturation: 0.74, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #E7875D is Cyan = 0, Magento = 0.42, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB23113593-
CMYK00.420.600.09
HSL18.26º74.19%63.53%-
HSV(B)18.26º59.74%90.59%-
XYZ43.5935.1114.83-
YUV158.9290.8179.42-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 50.33%
GREEN value IS 135 (53.12% from 255) = 29.41%
BLUE value IS 93 (36.72% from 255) = 20.26%
R=50.33%
G=29.41%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2311359300.420.600.0918.2674.1963.53
HexE7875D02A3C9124a40
Octal347207135052741122112100
Binary11100111100001111011101010101011110010011001010010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E7875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E7875D; }

 p { color: rgb(231,135,93); }

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

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

 a { background-color: rgb(231,135,93); }

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

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

 span { border-color: rgb(231,135,93); }

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