#EF8765

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

Shades of Crusta #EF8765

Tints of Crusta #EF8765

Color information

#EF8765 (or 0xEF8765) is unknown color: approx Crusta. HEX triplet: EF, 87 and 65. RGB value is (239,135,101). Sum of RGB (Red+Green+Blue) = 239+135+101=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8765 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF8765 is #10789A. Grayscale: #A2A2A2. Windows color (decimal): -1079451 or 6653935. OLE color: 6653935.

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

Color convert

RGB239135101-
CMYK00.440.580.06
HSL14.78º81.18%66.67%-
HSV(B)14.78º57.74%93.73%-
XYZ46.6136.6216.92-
YUV162.2293.46182.76-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 50.32%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=50.32%
G=28.42%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.58
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913510100.440.580.0614.7881.1866.67
HexEF876502C3A6f5143
Octal35720714505472617121103
Binary111011111000011111001010101100111010110111110100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8765; }

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

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

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

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

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

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

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

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