Html Css Color HEX #EFE9EC Amour

📋 copy color: '#EFE9EC'

red 239 ◦ green 233 ◦ blue 236

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

Shades of Amour #EFE9EC

Tints of Amour #EFE9EC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 32.91%

 BLUE value IS 236 (92.58% from 255) = 33.33%

R = 33.76%
G = 32.91%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFE9EC (or 0xEFE9EC) is known color: Amour. HEX triplet: EF, E9 and EC. RGB value is (239,233,236). Sum of RGB (Red+Green+Blue) = 239+233+236=708 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.76% from 708); Green value is 233 (91.41% from 255 or 32.91% from 708); Blue value is 236 (92.58% from 255 or 33.33% from 708); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9EC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EC is #101613. Grayscale: #EBEBEB. Windows color (decimal): -1054228 or 15526383. OLE color: 15526383.

HSL color Cylindrical-coordinate representation of color #EFE9EC: hue angle of 330º degrees, saturation: 0.16, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EFE9EC is Cyan = 0, Magento = 0.03, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 233 236 -
CMYK 0 0.03 0.01 0.06
HSL 330º 0.16% 0.93% -
HSV(B) 330º 0.03% 0.94% -
XYZ 79.88 82.68 91.11 -
YUV 235.14 128.49 130.76 -
System Red Green Blue C M Y K H S L
Decimal 239 233 236 0 0.03 0.01 0.06 330 0.16 0.93
Hex EF E9 EC 0 3 1 6 14A 10 5D
Octal 357 351 354 0 3 1 6 512 20 135
Binary 11101111 11101001 11101100 0 11 1 110 101001010 10000 1011101

Color Harmonies of #EFE9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9EC

Black with #EFE9EC

Text Example


Text Example

White with #EFE9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9EC; }

 p { color: rgb(239,233,236); }

 H1.HeaderClassName
 {
   color: #EFE9EC;
 }
 .AnyTagClassName
 {
   color: #EFE9EC;
 }
</style>

background-color css

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

 a { background-color: rgb(239,233,236); }

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

border-color css

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

 span { border-color: rgb(239,233,236); }

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