Html Css Color HEX #EFE5DD Fantasy

📋 copy color: '#EFE5DD'

red 239 ◦ green 229 ◦ blue 221

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

Shades of Fantasy #EFE5DD

Tints of Fantasy #EFE5DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.08%

R = 34.69%
G = 33.24%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFE5DD (or 0xEFE5DD) is known color: Fantasy. HEX triplet: EF, E5 and DD. RGB value is (239,229,221). Sum of RGB (Red+Green+Blue) = 239+229+221=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 229 (89.84% from 255 or 33.24% from 689); Blue value is 221 (86.72% from 255 or 32.08% from 689); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE5DD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE5DD is #101A22. Grayscale: #E7E7E7. Windows color (decimal): -1055267 or 14542319. OLE color: 14542319.

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

Color convert

RGB 239 229 221 -
CMYK 0 0.04 0.08 0.06
HSL 26.67º 0.36% 0.9% -
HSV(B) 26.67º 0.08% 0.94% -
XYZ 76.67 79.61 79.73 -
YUV 231.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 239 229 221 0 0.04 0.08 0.06 26.67 0.36 0.9
Hex EF E5 DD 0 4 8 6 1B 24 5A
Octal 357 345 335 0 4 10 6 33 44 132
Binary 11101111 11100101 11011101 0 100 1000 110 11011 100100 1011010

Color Harmonies of #EFE5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE5DD

Black with #EFE5DD

Text Example


Text Example

White with #EFE5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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