Html Css Color HEX #EFEDEE Amour

📋 copy color: '#EFEDEE'

red 239 ◦ green 237 ◦ blue 238

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

Shades of Amour #EFEDEE

Tints of Amour #EFEDEE

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.19%

 BLUE value IS 238 (93.36% from 255) = 33.33%

R = 33.47%
G = 33.19%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#EFEDEE (or 0xEFEDEE) is known color: Amour. HEX triplet: EF, ED and EE. RGB value is (239,237,238). Sum of RGB (Red+Green+Blue) = 239+237+238=714 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.47% from 714); Green value is 237 (92.97% from 255 or 33.19% from 714); Blue value is 238 (93.36% from 255 or 33.33% from 714); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEDEE is #101211. Grayscale: #EDEDED. Windows color (decimal): -1053202 or 15658479. OLE color: 15658479.

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

Color convert

RGB 239 237 238 -
CMYK 0 0.01 0.00 0.06
HSL 330º 0.06% 0.93% -
HSV(B) 330º 0.01% 0.94% -
XYZ 81.31 85.09 93.03 -
YUV 237.71 128.16 128.92 -
System Red Green Blue C M Y K H S L
Decimal 239 237 238 0 0.01 0.00 0.06 330 0.06 0.93
Hex EF ED EE 0 1 0 6 14A 6 5D
Octal 357 355 356 0 1 0 6 512 6 135
Binary 11101111 11101101 11101110 0 1 0 110 101001010 110 1011101

Color Harmonies of #EFEDEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDEE

Black with #EFEDEE

Text Example


Text Example

White with #EFEDEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDEE; }

 p { color: rgb(239,237,238); }

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

background-color css

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

 a { background-color: rgb(239,237,238); }

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

border-color css

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

 span { border-color: rgb(239,237,238); }

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