Html Css Color HEX #EFE5DE Fantasy

📋 copy color: '#EFE5DE'

red 239 ◦ green 229 ◦ blue 222

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

Shades of Fantasy #EFE5DE

Tints of Fantasy #EFE5DE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 33.19%

 BLUE value IS 222 (87.11% from 255) = 32.17%

R = 34.64%
G = 33.19%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFE5DE (or 0xEFE5DE) is known color: Fantasy. HEX triplet: EF, E5 and DE. RGB value is (239,229,222). Sum of RGB (Red+Green+Blue) = 239+229+222=690 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.64% from 690); Green value is 229 (89.84% from 255 or 33.19% from 690); Blue value is 222 (87.11% from 255 or 32.17% from 690); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DE is #101A21. Grayscale: #E7E7E7. Windows color (decimal): -1055266 or 14607855. OLE color: 14607855.

HSL color Cylindrical-coordinate representation of color #EFE5DE: hue angle of 24.71º degrees, saturation: 0.35, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EFE5DE is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 229 222 -
CMYK 0 0.04 0.07 0.06
HSL 24.71º 0.35% 0.9% -
HSV(B) 24.71º 0.07% 0.94% -
XYZ 76.8 79.66 80.44 -
YUV 231.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 239 229 222 0 0.04 0.07 0.06 24.71 0.35 0.9
Hex EF E5 DE 0 4 7 6 19 23 5A
Octal 357 345 336 0 4 7 6 31 43 132
Binary 11101111 11100101 11011110 0 100 111 110 11001 100011 1011010

Color Harmonies of #EFE5DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5DE

Black with #EFE5DE

Text Example


Text Example

White with #EFE5DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5DE; }

 p { color: rgb(239,229,222); }

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

background-color css

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

 a { background-color: rgb(239,229,222); }

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

border-color css

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

 span { border-color: rgb(239,229,222); }

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