Html Css Color HEX #EFE7E9 Amour

📋 copy color: '#EFE7E9'

red 239 ◦ green 231 ◦ blue 233

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

Shades of Amour #EFE7E9

Tints of Amour #EFE7E9

RGB

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

 GREEN value IS 231 (90.63% from 255) = 32.86%

 BLUE value IS 233 (91.41% from 255) = 33.14%

R = 34%
G = 32.86%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#EFE7E9 (or 0xEFE7E9) is known color: Amour. HEX triplet: EF, E7 and E9. RGB value is (239,231,233). Sum of RGB (Red+Green+Blue) = 239+231+233=703 (93% of max value = 765). Red value is 239 (93.75% from 255 or 34.00% from 703); Green value is 231 (90.62% from 255 or 32.86% from 703); Blue value is 233 (91.41% from 255 or 33.14% from 703); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE7E9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFE7E9 is #101816. Grayscale: #E9E9E9. Windows color (decimal): -1054743 or 15329263. OLE color: 15329263.

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

Color convert

RGB 239 231 233 -
CMYK 0 0.03 0.03 0.06
HSL 345º 0.2% 0.92% -
HSV(B) 345º 0.03% 0.94% -
XYZ 78.88 81.39 88.64 -
YUV 233.62 127.65 131.84 -
System Red Green Blue C M Y K H S L
Decimal 239 231 233 0 0.03 0.03 0.06 345 0.2 0.92
Hex EF E7 E9 0 3 3 6 159 14 5C
Octal 357 347 351 0 3 3 6 531 24 134
Binary 11101111 11100111 11101001 0 11 11 110 101011001 10100 1011100

Color Harmonies of #EFE7E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE7E9

Black with #EFE7E9

Text Example


Text Example

White with #EFE7E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE7E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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