Html Css Color HEX #EFECDD Rice Cake

📋 copy color: '#EFECDD'

red 239 ◦ green 236 ◦ blue 221

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

Shades of Rice Cake #EFECDD

Tints of Rice Cake #EFECDD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 33.91%

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

R = 34.34%
G = 33.91%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#EFECDD (or 0xEFECDD) is known color: Rice Cake. HEX triplet: EF, EC and DD. RGB value is (239,236,221). Sum of RGB (Red+Green+Blue) = 239+236+221=696 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.34% from 696); Green value is 236 (92.58% from 255 or 33.91% from 696); Blue value is 221 (86.72% from 255 or 31.75% from 696); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDD is #101322. Grayscale: #EBEBEB. Windows color (decimal): -1053475 or 14544111. OLE color: 14544111.

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

Color convert

RGB 239 236 221 -
CMYK 0 0.01 0.08 0.06
HSL 50º 0.36% 0.9% -
HSV(B) 50º 0.08% 0.94% -
XYZ 78.64 83.56 80.39 -
YUV 235.19 119.99 130.72 -
System Red Green Blue C M Y K H S L
Decimal 239 236 221 0 0.01 0.08 0.06 50 0.36 0.9
Hex EF EC DD 0 1 8 6 32 24 5A
Octal 357 354 335 0 1 10 6 62 44 132
Binary 11101111 11101100 11011101 0 1 1000 110 110010 100100 1011010

Color Harmonies of #EFECDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECDD

Black with #EFECDD

Text Example


Text Example

White with #EFECDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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