#EF815C

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

Shades of Crusta #EF815C

Tints of Crusta #EF815C

Color information

#EF815C (or 0xEF815C) is unknown color: approx Crusta. HEX triplet: EF, 81 and 5C. RGB value is (239,129,92). Sum of RGB (Red+Green+Blue) = 239+129+92=460 (60% of max value = 765). Red value is 239 (93.75% from 255 or 51.96% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 92 (36.33% from 255 or 20% from 460); Max value from RGB is 239 - color contains mainly: red. Hex color #EF815C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #EF815C is #107EA3. Grayscale: #9D9D9D. Windows color (decimal): -1080996 or 6062575. OLE color: 6062575.

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

Color convert

RGB23912992-
CMYK00.460.620.06
HSL15.1º82.12%64.9%-
HSV(B)15.1º61.51%93.73%-
XYZ45.3834.8214.46-
YUV157.6790.94186.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 51.96%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 92 (36.33% from 255) = 20%
R=51.96%
G=28.04%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.62
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2391299200.460.620.0615.182.1264.9
HexEF815C02E3E6f5241
Octal35720113405676617122101
Binary111011111000000110111000101110111110110111110100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF815C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF815C; }

 p { color: rgb(239,129,92); }

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

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

 a { background-color: rgb(239,129,92); }

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

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

 span { border-color: rgb(239,129,92); }

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