Html Css Color HEX #EFEEE1 Rice Cake

📋 copy color: '#EFEEE1'

red 239 ◦ green 238 ◦ blue 225

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

Shades of Rice Cake #EFEEE1

Tints of Rice Cake #EFEEE1

RGB

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

 GREEN value IS 238 (93.36% from 255) = 33.9%

 BLUE value IS 225 (88.28% from 255) = 32.05%

R = 34.05%
G = 33.9%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.06

 K value IS 0.06

RGB Variations

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

Color information

#EFEEE1 (or 0xEFEEE1) is known color: Rice Cake. HEX triplet: EF, EE and E1. RGB value is (239,238,225). Sum of RGB (Red+Green+Blue) = 239+238+225=702 (92% of max value = 765). Red value is 239 (93.75% from 255 or 34.05% from 702); Green value is 238 (93.36% from 255 or 33.90% from 702); Blue value is 225 (88.28% from 255 or 32.05% from 702); Max value from RGB is 239 - color contains mainly: red. Hex color #EFEEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFEEE1 is #10111E. Grayscale: #ECECEC. Windows color (decimal): -1052959 or 14806767. OLE color: 14806767.

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

Color convert

RGB 239 238 225 -
CMYK 0 0.00 0.06 0.06
HSL 55.71º 0.3% 0.91% -
HSV(B) 55.71º 0.06% 0.94% -
XYZ 79.76 84.94 83.42 -
YUV 236.82 121.33 129.56 -
System Red Green Blue C M Y K H S L
Decimal 239 238 225 0 0.00 0.06 0.06 55.71 0.3 0.91
Hex EF EE E1 0 0 6 6 38 1E 5B
Octal 357 356 341 0 0 6 6 70 36 133
Binary 11101111 11101110 11100001 0 0 110 110 111000 11110 1011011

Color Harmonies of #EFEEE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFEEE1

Black with #EFEEE1

Text Example


Text Example

White with #EFEEE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFEEE1; }

 p { color: rgb(239,238,225); }

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

background-color css

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

 a { background-color: rgb(239,238,225); }

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

border-color css

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

 span { border-color: rgb(239,238,225); }

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