#EF7F4F

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

Shades of Crusta #EF7F4F

Tints of Crusta #EF7F4F

Color information

#EF7F4F (or 0xEF7F4F) is unknown color: approx Crusta. HEX triplet: EF, 7F and 4F. RGB value is (239,127,79). Sum of RGB (Red+Green+Blue) = 239+127+79=445 (58% of max value = 765). Red value is 239 (93.75% from 255 or 53.71% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 79 (31.25% from 255 or 17.75% from 445); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7F4F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF7F4F is #1080B0. Grayscale: #9B9B9B. Windows color (decimal): -1081521 or 5210095. OLE color: 5210095.

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

Color convert

RGB23912779-
CMYK00.470.670.06
HSL18º83.33%62.35%-
HSV(B)18º66.95%93.73%-
XYZ44.634.0911.63-
YUV155.0285.11187.9-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.71%
GREEN value IS 127 (50% from 255) = 28.54%
BLUE value IS 79 (31.25% from 255) = 17.75%
R=53.71%
G=28.54%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.67
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391277900.470.670.061883.3362.35
HexEF7F4F02F43612533e
Octal35717711705710362212376
Binary111011111111111100111101011111000011110100101010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7F4F; }

 p { color: rgb(239,127,79); }

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

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

 a { background-color: rgb(239,127,79); }

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

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

 span { border-color: rgb(239,127,79); }

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