#EF8086

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

Shades of Carissma #EF8086

Tints of Carissma #EF8086

Color information

#EF8086 (or 0xEF8086) is unknown color: approx Carissma. HEX triplet: EF, 80 and 86. RGB value is (239,128,134). Sum of RGB (Red+Green+Blue) = 239+128+134=501 (66% of max value = 765). Red value is 239 (93.75% from 255 or 47.70% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 134 (52.73% from 255 or 26.75% from 501); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EF8086 is #107F79. Grayscale: #A1A1A1. Windows color (decimal): -1081210 or 8814831. OLE color: 8814831.

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

Color convert

RGB239128134-
CMYK00.460.440.06
HSL356.76º77.62%71.96%-
HSV(B)356.76º46.44%93.73%-
XYZ47.6235.5126.9-
YUV161.87112.27183.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 47.70%
GREEN value IS 128 (50.39% from 255) = 25.55%
BLUE value IS 134 (52.73% from 255) = 26.75%
R=47.70%
G=25.55%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.44
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912813400.460.440.06356.7677.6271.96
HexEF808602E2C61654e48
Octal357200206056546545116110
Binary111011111000000010000110010111010110011010110010110011101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8086; }

 p { color: rgb(239,128,134); }

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

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

 a { background-color: rgb(239,128,134); }

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

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

 span { border-color: rgb(239,128,134); }

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