#EF875A

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

Shades of Crusta #EF875A

Tints of Crusta #EF875A

Color information

#EF875A (or 0xEF875A) is unknown color: approx Crusta. HEX triplet: EF, 87 and 5A. RGB value is (239,135,90). Sum of RGB (Red+Green+Blue) = 239+135+90=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 135 (53.12% from 255 or 29.09% from 464); Blue value is 90 (35.55% from 255 or 19.40% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF875A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF875A is #1078A5. Grayscale: #A1A1A1. Windows color (decimal): -1079462 or 5933039. OLE color: 5933039.

HSL color Cylindrical-coordinate representation of color #EF875A: hue angle of 18.12º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #EF875A is Cyan = 0, Magento = 0.44, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23913590-
CMYK00.440.620.06
HSL18.12º82.32%64.51%-
HSV(B)18.12º62.34%93.73%-
XYZ46.1136.4214.27-
YUV160.9787.96183.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.51%
GREEN value IS 135 (53.12% from 255) = 29.09%
BLUE value IS 90 (35.55% from 255) = 19.40%
R=51.51%
G=29.09%
B=19.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391359000.440.620.0618.1282.3264.51
HexEF875A02C3E6125241
Octal35720713205476622122101
Binary1110111110000111101101001011001111101101001010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF875A; }

 p { color: rgb(239,135,90); }

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

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

 a { background-color: rgb(239,135,90); }

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

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

 span { border-color: rgb(239,135,90); }

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