Html Css Color HEX #EFECE0 Rice Cake

📋 copy color: '#EFECE0'

red 239 ◦ green 236 ◦ blue 224

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

Shades of Rice Cake #EFECE0

Tints of Rice Cake #EFECE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 32.05%

R = 34.19%
G = 33.76%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFECE0 (or 0xEFECE0) is known color: Rice Cake. HEX triplet: EF, EC and E0. RGB value is (239,236,224). Sum of RGB (Red+Green+Blue) = 239+236+224=699 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.19% from 699); Green value is 236 (92.58% from 255 or 33.76% from 699); Blue value is 224 (87.89% from 255 or 32.05% from 699); Max value from RGB is 239 - color contains mainly: red. Hex color #EFECE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFECE0 is #10131F. Grayscale: #EBEBEB. Windows color (decimal): -1053472 or 14740719. OLE color: 14740719.

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

Color convert

RGB 239 236 224 -
CMYK 0 0.01 0.06 0.06
HSL 48º 0.32% 0.91% -
HSV(B) 48º 0.06% 0.94% -
XYZ 79.05 83.72 82.52 -
YUV 235.53 121.49 130.48 -
System Red Green Blue C M Y K H S L
Decimal 239 236 224 0 0.01 0.06 0.06 48 0.32 0.91
Hex EF EC E0 0 1 6 6 30 20 5B
Octal 357 354 340 0 1 6 6 60 40 133
Binary 11101111 11101100 11100000 0 1 110 110 110000 100000 1011011

Color Harmonies of #EFECE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFECE0

Black with #EFECE0

Text Example


Text Example

White with #EFECE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFECE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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