Html Css Color HEX #EFEEDF Rice Cake

📋 copy color: '#EFEEDF'

red 239 ◦ green 238 ◦ blue 223

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

Shades of Rice Cake #EFEEDF

Tints of Rice Cake #EFEEDF

RGB

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

 GREEN value IS 238 (93.36% from 255) = 34%

 BLUE value IS 223 (87.5% from 255) = 31.86%

R = 34.14%
G = 34%
B = 31.86%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFEEDF (or 0xEFEEDF) is known color: Rice Cake. HEX triplet: EF, EE and DF. RGB value is (239,238,223). Sum of RGB (Red+Green+Blue) = 239+238+223=700 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.14% from 700); Green value is 238 (93.36% from 255 or 34% from 700); Blue value is 223 (87.5% from 255 or 31.86% from 700); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEDF is #101120. Grayscale: #ECECEC. Windows color (decimal): -1052961 or 14675695. OLE color: 14675695.

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

Color convert

RGB 239 238 223 -
CMYK 0 0.00 0.07 0.06
HSL 56.25º 0.33% 0.91% -
HSV(B) 56.25º 0.07% 0.94% -
XYZ 79.49 84.83 82 -
YUV 236.59 120.33 129.72 -
System Red Green Blue C M Y K H S L
Decimal 239 238 223 0 0.00 0.07 0.06 56.25 0.33 0.91
Hex EF EE DF 0 0 7 6 38 21 5B
Octal 357 356 337 0 0 7 6 70 41 133
Binary 11101111 11101110 11011111 0 0 111 110 111000 100001 1011011

Color Harmonies of #EFEEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEDF

Black with #EFEEDF

Text Example


Text Example

White with #EFEEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEDF; }

 p { color: rgb(239,238,223); }

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

background-color css

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

 a { background-color: rgb(239,238,223); }

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

border-color css

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

 span { border-color: rgb(239,238,223); }

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