#EF825C

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

Shades of Crusta #EF825C

Tints of Crusta #EF825C

Color information

#EF825C (or 0xEF825C) is unknown color: approx Crusta. HEX triplet: EF, 82 and 5C. RGB value is (239,130,92). Sum of RGB (Red+Green+Blue) = 239+130+92=461 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.84% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 92 (36.33% from 255 or 19.96% from 461); Max value from RGB is 239 - color contains mainly: red. Hex color #EF825C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF825C is #107DA3. Grayscale: #9E9E9E. Windows color (decimal): -1080740 or 6062831. OLE color: 6062831.

HSL color Cylindrical-coordinate representation of color #EF825C: hue angle of 15.51º 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 #EF825C is Cyan = 0, Magento = 0.46, Yellow = 0.62 and Black (K on CMYK) = 0.06.

Color convert

RGB23913092-
CMYK00.460.620.06
HSL15.51º82.12%64.9%-
HSV(B)15.51º61.51%93.73%-
XYZ45.5135.0914.5-
YUV158.2690.61185.59-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.84%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 92 (36.33% from 255) = 19.96%
R=51.84%
G=28.20%
B=19.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391309200.460.620.0615.5182.1264.9
HexEF825C02E3E6105241
Octal35720213405676620122101
Binary1110111110000010101110001011101111101101000010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF825C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF825C; }

 p { color: rgb(239,130,92); }

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

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

 a { background-color: rgb(239,130,92); }

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

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

 span { border-color: rgb(239,130,92); }

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