#EF8D61

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

Shades of Crusta #EF8D61

Tints of Crusta #EF8D61

Color information

#EF8D61 (or 0xEF8D61) is unknown color: approx Crusta. HEX triplet: EF, 8D and 61. RGB value is (239,141,97). Sum of RGB (Red+Green+Blue) = 239+141+97=477 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.10% from 477); Green value is 141 (55.47% from 255 or 29.56% from 477); Blue value is 97 (38.28% from 255 or 20.34% from 477); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8D61 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8D61 is #10729E. Grayscale: #A5A5A5. Windows color (decimal): -1077919 or 6393327. OLE color: 6393327.

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

Color convert

RGB23914197-
CMYK00.410.590.06
HSL18.59º81.61%65.88%-
HSV(B)18.59º59.41%93.73%-
XYZ47.2838.2616.2-
YUV165.2989.47180.58-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.10%
GREEN value IS 141 (55.47% from 255) = 29.56%
BLUE value IS 97 (38.28% from 255) = 20.34%
R=50.10%
G=29.56%
B=20.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391419700.410.590.0618.5981.6165.88
HexEF8D610293B6135242
Octal35721514105173623122102
Binary1110111110001101110000101010011110111101001110100101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8D61; }

 p { color: rgb(239,141,97); }

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

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

 a { background-color: rgb(239,141,97); }

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

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

 span { border-color: rgb(239,141,97); }

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