Html Css Color HEX #EFEDDF Rice Cake

📋 copy color: '#EFEDDF'

red 239 ◦ green 237 ◦ blue 223

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

Shades of Rice Cake #EFEDDF

Tints of Rice Cake #EFEDDF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 33.91%

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

R = 34.19%
G = 33.91%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.06

RGB Variations

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

Color information

#EFEDDF (or 0xEFEDDF) is known color: Rice Cake. HEX triplet: EF, ED and DF. RGB value is (239,237,223). Sum of RGB (Red+Green+Blue) = 239+237+223=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 237 (92.97% from 255 or 33.91% from 699); Blue value is 223 (87.5% from 255 or 31.90% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEDDF is #101220. Grayscale: #ECECEC. Windows color (decimal): -1053217 or 14675439. OLE color: 14675439.

HSL color Cylindrical-coordinate representation of color #EFEDDF: hue angle of 52.5º 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 #EFEDDF is Cyan = 0, Magento = 0.01, Yellow = 0.07 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 237 223 -
CMYK 0 0.01 0.07 0.06
HSL 52.5º 0.33% 0.91% -
HSV(B) 52.5º 0.07% 0.94% -
XYZ 79.2 84.25 81.9 -
YUV 236 120.66 130.14 -
System Red Green Blue C M Y K H S L
Decimal 239 237 223 0 0.01 0.07 0.06 52.5 0.33 0.91
Hex EF ED DF 0 1 7 6 34 21 5B
Octal 357 355 337 0 1 7 6 64 41 133
Binary 11101111 11101101 11011111 0 1 111 110 110100 100001 1011011

Color Harmonies of #EFEDDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEDDF

Black with #EFEDDF

Text Example


Text Example

White with #EFEDDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEDDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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