#EF8B4D

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

Shades of Crusta #EF8B4D

Tints of Crusta #EF8B4D

Color information

#EF8B4D (or 0xEF8B4D) is unknown color: approx Crusta. HEX triplet: EF, 8B and 4D. RGB value is (239,139,77). Sum of RGB (Red+Green+Blue) = 239+139+77=455 (60% of max value = 765). Red value is 239 (93.75% from 255 or 52.53% from 455); Green value is 139 (54.69% from 255 or 30.55% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8B4D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8B4D is #1074B2. Grayscale: #A2A2A2. Windows color (decimal): -1078451 or 5082095. OLE color: 5082095.

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

Color convert

RGB23913977-
CMYK00.420.680.06
HSL22.96º83.51%61.96%-
HSV(B)22.96º67.78%93.73%-
XYZ46.1737.3511.8-
YUV161.8380.13183.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 52.53%
GREEN value IS 139 (54.69% from 255) = 30.55%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=52.53%
G=30.55%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391397700.420.680.0622.9683.5161.96
HexEF8B4D02A44617543e
Octal35721311505210462712476
Binary1110111110001011100110101010101000100110101111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8B4D; }

 p { color: rgb(239,139,77); }

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

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

 a { background-color: rgb(239,139,77); }

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

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

 span { border-color: rgb(239,139,77); }

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