Html Css Color HEX #EFEBDA Rice Cake

📋 copy color: '#EFEBDA'

red 239 ◦ green 235 ◦ blue 218

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

Shades of Rice Cake #EFEBDA

Tints of Rice Cake #EFEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 33.96%

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

R = 34.54%
G = 33.96%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#EFEBDA (or 0xEFEBDA) is known color: Rice Cake. HEX triplet: EF, EB and DA. RGB value is (239,235,218). Sum of RGB (Red+Green+Blue) = 239+235+218=692 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.54% from 692); Green value is 235 (92.19% from 255 or 33.96% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEBDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEBDA is #101425. Grayscale: #EAEAEA. Windows color (decimal): -1053734 or 14347247. OLE color: 14347247.

HSL color Cylindrical-coordinate representation of color #EFEBDA: hue angle of 48.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 #EFEBDA is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 235 218 -
CMYK 0 0.02 0.09 0.06
HSL 48.57º 0.4% 0.9% -
HSV(B) 48.57º 0.09% 0.94% -
XYZ 77.96 82.83 78.21 -
YUV 234.26 118.83 131.38 -
System Red Green Blue C M Y K H S L
Decimal 239 235 218 0 0.02 0.09 0.06 48.57 0.4 0.9
Hex EF EB DA 0 2 9 6 31 28 5A
Octal 357 353 332 0 2 11 6 61 50 132
Binary 11101111 11101011 11011010 0 10 1001 110 110001 101000 1011010

Color Harmonies of #EFEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEBDA

Black with #EFEBDA

Text Example


Text Example

White with #EFEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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