Html Css Color HEX #EFECDF Rice Cake

📋 copy color: '#EFECDF'

red 239 ◦ green 236 ◦ blue 223

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

Shades of Rice Cake #EFECDF

Tints of Rice Cake #EFECDF

RGB

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

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

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

R = 34.24%
G = 33.81%
B = 31.95%

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

#EFECDF (or 0xEFECDF) is known color: Rice Cake. HEX triplet: EF, EC and DF. RGB value is (239,236,223). Sum of RGB (Red+Green+Blue) = 239+236+223=698 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.24% from 698); Green value is 236 (92.58% from 255 or 33.81% from 698); Blue value is 223 (87.5% from 255 or 31.95% from 698); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDF is #101320. Grayscale: #EBEBEB. Windows color (decimal): -1053473 or 14675183. OLE color: 14675183.

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

Color convert

RGB 239 236 223 -
CMYK 0 0.01 0.07 0.06
HSL 48.75º 0.33% 0.91% -
HSV(B) 48.75º 0.07% 0.94% -
XYZ 78.91 83.67 81.8 -
YUV 235.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 239 236 223 0 0.01 0.07 0.06 48.75 0.33 0.91
Hex EF EC DF 0 1 7 6 31 21 5B
Octal 357 354 337 0 1 7 6 61 41 133
Binary 11101111 11101100 11011111 0 1 111 110 110001 100001 1011011

Color Harmonies of #EFECDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECDF

Black with #EFECDF

Text Example


Text Example

White with #EFECDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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