Html Css Color HEX #EFE9EB Amour

📋 copy color: '#EFE9EB'

red 239 ◦ green 233 ◦ blue 235

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

Shades of Amour #EFE9EB

Tints of Amour #EFE9EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 33.24%

R = 33.8%
G = 32.96%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFE9EB (or 0xEFE9EB) is known color: Amour. HEX triplet: EF, E9 and EB. RGB value is (239,233,235). Sum of RGB (Red+Green+Blue) = 239+233+235=707 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.80% from 707); Green value is 233 (91.41% from 255 or 32.96% from 707); Blue value is 235 (92.19% from 255 or 33.24% from 707); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE9EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE9EB is #101614. Grayscale: #EBEBEB. Windows color (decimal): -1054229 or 15460847. OLE color: 15460847.

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

Color convert

RGB 239 233 235 -
CMYK 0 0.03 0.02 0.06
HSL 340º 0.16% 0.93% -
HSV(B) 340º 0.03% 0.94% -
XYZ 79.73 82.63 90.34 -
YUV 235.02 127.99 130.84 -
System Red Green Blue C M Y K H S L
Decimal 239 233 235 0 0.03 0.02 0.06 340 0.16 0.93
Hex EF E9 EB 0 3 2 6 154 10 5D
Octal 357 351 353 0 3 2 6 524 20 135
Binary 11101111 11101001 11101011 0 11 10 110 101010100 10000 1011101

Color Harmonies of #EFE9EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE9EB

Black with #EFE9EB

Text Example


Text Example

White with #EFE9EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE9EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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