Html Css Color HEX #EEF0D4 Rice Flower

📋 copy color: '#EEF0D4'

red 238 ◦ green 240 ◦ blue 212

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

Shades of Rice Flower #EEF0D4

Tints of Rice Flower #EEF0D4

RGB

 RED value IS 238 (93.36% from 255) = 34.49%

 GREEN value IS 240 (94.14% from 255) = 34.78%

 BLUE value IS 212 (83.2% from 255) = 30.72%

R = 34.49%
G = 34.78%
B = 30.72%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.06

RGB Variations

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

Color information

#EEF0D4 (or 0xEEF0D4) is known color: Rice Flower. HEX triplet: EE, F0 and D4. RGB value is (238,240,212). Sum of RGB (Red+Green+Blue) = 238+240+212=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 240 (94.14% from 255 or 34.78% from 690); Blue value is 212 (83.20% from 255 or 30.72% from 690); Max value from RGB is 240 - color contains mainly: green. Hex color #EEF0D4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF0D4 is #110F2B. Grayscale: #ECECEC. Windows color (decimal): -1117996 or 13955310. OLE color: 13955310.

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

Color convert

RGB 238 240 212 -
CMYK 0.01 0 0.12 0.06
HSL 64.29º 0.48% 0.89% -
HSV(B) 64.29º 0.12% 0.94% -
XYZ 78.3 85.25 74.62 -
YUV 236.21 114.34 129.28 -
System Red Green Blue C M Y K H S L
Decimal 238 240 212 0.01 0 0.12 0.06 64.29 0.48 0.89
Hex EE F0 D4 1 0 C 6 40 30 59
Octal 356 360 324 1 0 14 6 100 60 131
Binary 11101110 11110000 11010100 1 0 1100 110 1000000 110000 1011001

Color Harmonies of #EEF0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEF0D4

Black with #EEF0D4

Text Example


Text Example

White with #EEF0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEF0D4; }

 p { color: rgb(238,240,212); }

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

background-color css

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

 a { background-color: rgb(238,240,212); }

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

border-color css

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

 span { border-color: rgb(238,240,212); }

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