#EF925E

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

Shades of Crusta #EF925E

Tints of Crusta #EF925E

Color information

#EF925E (or 0xEF925E) is unknown color: approx Crusta. HEX triplet: EF, 92 and 5E. RGB value is (239,146,94). Sum of RGB (Red+Green+Blue) = 239+146+94=479 (63% of max value = 765). Red value is 239 (93.75% from 255 or 49.90% from 479); Green value is 146 (57.42% from 255 or 30.48% from 479); Blue value is 94 (37.11% from 255 or 19.62% from 479); Max value from RGB is 239 - color contains mainly: red. Hex color #EF925E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF925E is #106DA1. Grayscale: #A8A8A8. Windows color (decimal): -1076642 or 6197999. OLE color: 6197999.

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

Color convert

RGB23914694-
CMYK00.390.610.06
HSL21.52º81.92%65.29%-
HSV(B)21.52º60.67%93.73%-
XYZ47.939.7215.73-
YUV167.8886.31178.73-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 49.90%
GREEN value IS 146 (57.42% from 255) = 30.48%
BLUE value IS 94 (37.11% from 255) = 19.62%
R=49.90%
G=30.48%
B=19.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.61
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391469400.390.610.0621.5281.9265.29
HexEF925E0273D6165241
Octal35722213604775626122101
Binary1110111110010010101111001001111111011101011010100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF925E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF925E; }

 p { color: rgb(239,146,94); }

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

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

 a { background-color: rgb(239,146,94); }

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

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

 span { border-color: rgb(239,146,94); }

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