Html Css Color HEX #EFECDC Rice Cake

📋 copy color: '#EFECDC'

red 239 ◦ green 236 ◦ blue 220

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

Shades of Rice Cake #EFECDC

Tints of Rice Cake #EFECDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.65%

R = 34.39%
G = 33.96%
B = 31.65%

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

#EFECDC (or 0xEFECDC) is known color: Rice Cake. HEX triplet: EF, EC and DC. RGB value is (239,236,220). Sum of RGB (Red+Green+Blue) = 239+236+220=695 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.39% from 695); Green value is 236 (92.58% from 255 or 33.96% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECDC is #101323. Grayscale: #EBEBEB. Windows color (decimal): -1053476 or 14478575. OLE color: 14478575.

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

Color convert

RGB 239 236 220 -
CMYK 0 0.01 0.08 0.06
HSL 50.53º 0.37% 0.9% -
HSV(B) 50.53º 0.08% 0.94% -
XYZ 78.51 83.51 79.69 -
YUV 235.07 119.49 130.8 -
System Red Green Blue C M Y K H S L
Decimal 239 236 220 0 0.01 0.08 0.06 50.53 0.37 0.9
Hex EF EC DC 0 1 8 6 33 25 5A
Octal 357 354 334 0 1 10 6 63 45 132
Binary 11101111 11101100 11011100 0 1 1000 110 110011 100101 1011010

Color Harmonies of #EFECDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECDC

Black with #EFECDC

Text Example


Text Example

White with #EFECDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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