Html Css Color HEX #EFECDE Rice Cake

📋 copy color: '#EFECDE'

red 239 ◦ green 236 ◦ blue 222

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

Shades of Rice Cake #EFECDE

Tints of Rice Cake #EFECDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 31.85%

R = 34.29%
G = 33.86%
B = 31.85%

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

#EFECDE (or 0xEFECDE) is known color: Rice Cake. HEX triplet: EF, EC and DE. RGB value is (239,236,222). Sum of RGB (Red+Green+Blue) = 239+236+222=697 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.29% from 697); Green value is 236 (92.58% from 255 or 33.86% from 697); Blue value is 222 (87.11% from 255 or 31.85% from 697); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDE is #101321. Grayscale: #EBEBEB. Windows color (decimal): -1053474 or 14609647. OLE color: 14609647.

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

Color convert

RGB 239 236 222 -
CMYK 0 0.01 0.07 0.06
HSL 49.41º 0.35% 0.9% -
HSV(B) 49.41º 0.07% 0.94% -
XYZ 78.78 83.62 81.09 -
YUV 235.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 239 236 222 0 0.01 0.07 0.06 49.41 0.35 0.9
Hex EF EC DE 0 1 7 6 31 23 5A
Octal 357 354 336 0 1 7 6 61 43 132
Binary 11101111 11101100 11011110 0 1 111 110 110001 100011 1011010

Color Harmonies of #EFECDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECDE

Black with #EFECDE

Text Example


Text Example

White with #EFECDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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