Html Css Color HEX #EF8086 Carissma

📋 copy color: '#EF8086'

red 239 ◦ green 128 ◦ blue 134

#EF8086
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carissma #EF8086

Tints of Carissma #EF8086

RGB

 RED value IS 239 (93.75% from 255) = 47.7%

 GREEN value IS 128 (50.39% from 255) = 25.55%

 BLUE value IS 134 (52.73% from 255) = 26.75%

R = 47.7%
G = 25.55%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.44

 K value IS 0.06

RGB Variations

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

Color information

#EF8086 (or 0xEF8086) is known color: 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

RGB 239 128 134 -
CMYK 0 0.46 0.44 0.06
HSL 356.76º 0.78% 0.72% -
HSV(B) 356.76º 0.46% 0.94% -
XYZ 47.62 35.51 26.9 -
YUV 161.87 112.27 183.01 -
System Red Green Blue C M Y K H S L
Decimal 239 128 134 0 0.46 0.44 0.06 356.76 0.78 0.72
Hex EF 80 86 0 2E 2C 6 165 4E 48
Octal 357 200 206 0 56 54 6 545 116 110
Binary 11101111 10000000 10000110 0 101110 101100 110 101100101 1001110 1001000

Color Harmonies of #EF8086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF8086

Black with #EF8086

Text Example


Text Example

White with #EF8086

Text Example


Text Example

HTML Codes & Css Web 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>