Html Css Color HEX #EFE4DA Fantasy

📋 copy color: '#EFE4DA'

red 239 ◦ green 228 ◦ blue 218

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

Shades of Fantasy #EFE4DA

Tints of Fantasy #EFE4DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 31.82%

R = 34.89%
G = 33.28%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFE4DA (or 0xEFE4DA) is known color: Fantasy. HEX triplet: EF, E4 and DA. RGB value is (239,228,218). Sum of RGB (Red+Green+Blue) = 239+228+218=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 218 (85.55% from 255 or 31.82% from 685); Max value from RGB is 239 - color contains mainly: red. Hex color #EFE4DA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFE4DA is #101B25. Grayscale: #E6E6E6. Windows color (decimal): -1055526 or 14345455. OLE color: 14345455.

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

Color convert

RGB 239 228 218 -
CMYK 0 0.05 0.09 0.06
HSL 28.57º 0.4% 0.9% -
HSV(B) 28.57º 0.09% 0.94% -
XYZ 75.99 78.9 77.55 -
YUV 230.15 121.14 134.31 -
System Red Green Blue C M Y K H S L
Decimal 239 228 218 0 0.05 0.09 0.06 28.57 0.4 0.9
Hex EF E4 DA 0 5 9 6 1D 28 5A
Octal 357 344 332 0 5 11 6 35 50 132
Binary 11101111 11100100 11011010 0 101 1001 110 11101 101000 1011010

Color Harmonies of #EFE4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFE4DA

Black with #EFE4DA

Text Example


Text Example

White with #EFE4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFE4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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