Html Css Color HEX #EFE4EB Amour

📋 copy color: '#EFE4EB'

red 239 ◦ green 228 ◦ blue 235

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

Shades of Amour #EFE4EB

Tints of Amour #EFE4EB

RGB

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

 GREEN value IS 228 (89.45% from 255) = 32.48%

 BLUE value IS 235 (92.19% from 255) = 33.48%

R = 34.05%
G = 32.48%
B = 33.48%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#EFE4EB (or 0xEFE4EB) is known color: Amour. HEX triplet: EF, E4 and EB. RGB value is (239,228,235). Sum of RGB (Red+Green+Blue) = 239+228+235=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 228 (89.45% from 255 or 32.48% from 702); Blue value is 235 (92.19% from 255 or 33.48% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4EB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFE4EB is #101B14. Grayscale: #E8E8E8. Windows color (decimal): -1055509 or 15459567. OLE color: 15459567.

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

Color convert

RGB 239 228 235 -
CMYK 0 0.05 0.02 0.06
HSL 321.82º 0.26% 0.92% -
HSV(B) 321.82º 0.05% 0.94% -
XYZ 78.34 79.84 89.88 -
YUV 232.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 239 228 235 0 0.05 0.02 0.06 321.82 0.26 0.92
Hex EF E4 EB 0 5 2 6 142 1A 5C
Octal 357 344 353 0 5 2 6 502 32 134
Binary 11101111 11100100 11101011 0 101 10 110 101000010 11010 1011100

Color Harmonies of #EFE4EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4EB

Black with #EFE4EB

Text Example


Text Example

White with #EFE4EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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