#EF7D4C

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

Shades of Crusta #EF7D4C

Tints of Crusta #EF7D4C

Color information

#EF7D4C (or 0xEF7D4C) is unknown color: approx Crusta. HEX triplet: EF, 7D and 4C. RGB value is (239,125,76). Sum of RGB (Red+Green+Blue) = 239+125+76=440 (58% of max value = 765). Red value is 239 (93.75% from 255 or 54.32% from 440); Green value is 125 (49.22% from 255 or 28.41% from 440); Blue value is 76 (30.08% from 255 or 17.27% from 440); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7D4C is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #EF7D4C is #1082B3. Grayscale: #999999. Windows color (decimal): -1082036 or 5012975. OLE color: 5012975.

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

Color convert

RGB23912576-
CMYK00.480.680.06
HSL18.04º83.59%61.76%-
HSV(B)18.04º68.2%93.73%-
XYZ44.2333.5410.98-
YUV153.584.27188.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 54.32%
GREEN value IS 125 (49.22% from 255) = 28.41%
BLUE value IS 76 (30.08% from 255) = 17.27%
R=54.32%
G=28.41%
B=17.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391257600.480.680.0618.0483.5961.76
HexEF7D4C03044612543e
Octal35717511406010462212476
Binary111011111111101100110001100001000100110100101010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7D4C; }

 p { color: rgb(239,125,76); }

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

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

 a { background-color: rgb(239,125,76); }

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

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

 span { border-color: rgb(239,125,76); }

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