#EF8865

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

Shades of Crusta #EF8865

Tints of Crusta #EF8865

Color information

#EF8865 (or 0xEF8865) is unknown color: approx Crusta. HEX triplet: EF, 88 and 65. RGB value is (239,136,101). Sum of RGB (Red+Green+Blue) = 239+136+101=476 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50.21% from 476); Green value is 136 (53.52% from 255 or 28.57% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8865 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8865 is #10779A. Grayscale: #A3A3A3. Windows color (decimal): -1079195 or 6654191. OLE color: 6654191.

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

Color convert

RGB239136101-
CMYK00.430.580.06
HSL15.22º81.18%66.67%-
HSV(B)15.22º57.74%93.73%-
XYZ46.7536.916.97-
YUV162.8193.12182.35-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.21%
GREEN value IS 136 (53.52% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 21.22%
R=50.21%
G=28.57%
B=21.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913610100.430.580.0615.2281.1866.67
HexEF886502B3A6f5143
Octal35721014505372617121103
Binary111011111000100011001010101011111010110111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8865; }

 p { color: rgb(239,136,101); }

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

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

 a { background-color: rgb(239,136,101); }

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

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

 span { border-color: rgb(239,136,101); }

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