Html Css Color HEX #EFEBEC Amour

📋 copy color: '#EFEBEC'

red 239 ◦ green 235 ◦ blue 236

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

Shades of Amour #EFEBEC

Tints of Amour #EFEBEC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.1%

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

R = 33.66%
G = 33.1%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFEBEC (or 0xEFEBEC) is known color: Amour. HEX triplet: EF, EB and EC. RGB value is (239,235,236). Sum of RGB (Red+Green+Blue) = 239+235+236=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 235 (92.19% from 255 or 33.10% from 710); Blue value is 236 (92.58% from 255 or 33.24% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEBEC is #101413. Grayscale: #ECECEC. Windows color (decimal): -1053716 or 15526895. OLE color: 15526895.

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

Color convert

RGB 239 235 236 -
CMYK 0 0.02 0.01 0.06
HSL 345º 0.11% 0.93% -
HSV(B) 345º 0.02% 0.94% -
XYZ 80.45 83.82 91.3 -
YUV 236.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 239 235 236 0 0.02 0.01 0.06 345 0.11 0.93
Hex EF EB EC 0 2 1 6 159 B 5D
Octal 357 353 354 0 2 1 6 531 13 135
Binary 11101111 11101011 11101100 0 10 1 110 101011001 1011 1011101

Color Harmonies of #EFEBEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBEC

Black with #EFEBEC

Text Example


Text Example

White with #EFEBEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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