#EF844C

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

Shades of Crusta #EF844C

Tints of Crusta #EF844C

Color information

#EF844C (or 0xEF844C) is unknown color: approx Crusta. HEX triplet: EF, 84 and 4C. RGB value is (239,132,76). Sum of RGB (Red+Green+Blue) = 239+132+76=447 (59% of max value = 765). Red value is 239 (93.75% from 255 or 53.47% from 447); Green value is 132 (51.95% from 255 or 29.53% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 239 - color contains mainly: red. Hex color #EF844C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #EF844C is #107BB3. Grayscale: #9D9D9D. Windows color (decimal): -1080244 or 5014767. OLE color: 5014767.

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

Color convert

RGB23913276-
CMYK00.450.680.06
HSL20.61º83.59%61.76%-
HSV(B)20.61º68.2%93.73%-
XYZ45.1535.3811.29-
YUV157.6181.95186.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 53.47%
GREEN value IS 132 (51.95% from 255) = 29.53%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=53.47%
G=29.53%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391327600.450.680.0620.6183.5961.76
HexEF844C02D44615543e
Octal35720411405510462512476
Binary1110111110000100100110001011011000100110101011010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF844C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF844C; }

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

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

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

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

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

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

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

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