Html Css Color HEX #EFEAED Amour

📋 copy color: '#EFEAED'

red 239 ◦ green 234 ◦ blue 237

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

Shades of Amour #EFEAED

Tints of Amour #EFEAED

RGB

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

 GREEN value IS 234 (91.8% from 255) = 32.96%

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

R = 33.66%
G = 32.96%
B = 33.38%

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

#EFEAED (or 0xEFEAED) is known color: Amour. HEX triplet: EF, EA and ED. RGB value is (239,234,237). Sum of RGB (Red+Green+Blue) = 239+234+237=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 234 (91.80% from 255 or 32.96% from 710); Blue value is 237 (92.97% from 255 or 33.38% from 710); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EFEAED is #101512. Grayscale: #EBEBEB. Windows color (decimal): -1053971 or 15592175. OLE color: 15592175.

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

Color convert

RGB 239 234 237 -
CMYK 0 0.02 0.01 0.06
HSL 324º 0.14% 0.93% -
HSV(B) 324º 0.02% 0.94% -
XYZ 80.31 83.31 91.97 -
YUV 235.84 128.66 130.26 -
System Red Green Blue C M Y K H S L
Decimal 239 234 237 0 0.02 0.01 0.06 324 0.14 0.93
Hex EF EA ED 0 2 1 6 144 E 5D
Octal 357 352 355 0 2 1 6 504 16 135
Binary 11101111 11101010 11101101 0 10 1 110 101000100 1110 1011101

Color Harmonies of #EFEAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEAED

Black with #EFEAED

Text Example


Text Example

White with #EFEAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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