Html Css Color HEX #EFECED Amour

📋 copy color: '#EFECED'

red 239 ◦ green 236 ◦ blue 237

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

Shades of Amour #EFECED

Tints of Amour #EFECED

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.15%

 BLUE value IS 237 (92.97% from 255) = 33.29%

R = 33.57%
G = 33.15%
B = 33.29%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#EFECED (or 0xEFECED) is known color: Amour. HEX triplet: EF, EC and ED. RGB value is (239,236,237). Sum of RGB (Red+Green+Blue) = 239+236+237=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 237 (92.97% from 255 or 33.29% from 712); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFECED is #101312. Grayscale: #EDEDED. Windows color (decimal): -1053459 or 15592687. OLE color: 15592687.

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

Color convert

RGB 239 236 237 -
CMYK 0 0.01 0.01 0.06
HSL 340º 0.09% 0.93% -
HSV(B) 340º 0.01% 0.94% -
XYZ 80.88 84.46 92.16 -
YUV 237.01 127.99 129.42 -
System Red Green Blue C M Y K H S L
Decimal 239 236 237 0 0.01 0.01 0.06 340 0.09 0.93
Hex EF EC ED 0 1 1 6 154 9 5D
Octal 357 354 355 0 1 1 6 524 11 135
Binary 11101111 11101100 11101101 0 1 1 110 101010100 1001 1011101

Color Harmonies of #EFECED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECED

Black with #EFECED

Text Example


Text Example

White with #EFECED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECED; }

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

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

background-color css

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

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

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

border-color css

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

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

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