#EEF1CF

Color #EEF1CF Rice Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rice Flower #EEF1CF

Tints of Rice Flower #EEF1CF

Color information

#EEF1CF (or 0xEEF1CF) is unknown color: approx Rice Flower. HEX triplet: EE, F1 and CF. RGB value is (238,241,207). Sum of RGB (Red+Green+Blue) = 238+241+207=686 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.69% from 686); Green value is 241 (94.53% from 255 or 35.13% from 686); Blue value is 207 (81.25% from 255 or 30.17% from 686); Max value from RGB is 241 - color contains mainly: green. Hex color #EEF1CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF1CF is #110E30. Grayscale: #ECECEC. Windows color (decimal): -1117745 or 13627886. OLE color: 13627886.

HSL color Cylindrical-coordinate representation of color #EEF1CF: hue angle of 65.29º degrees, saturation: 0.55, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #EEF1CF is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.

Color convert

RGB238241207-
CMYK0.0100.140.05
HSL65.29º54.84%87.84%-
HSV(B)65.29º14.11%94.51%-
XYZ77.9885.5971.44-
YUV236.23111.51129.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.69%
GREEN value IS 241 (94.53% from 255) = 35.13%
BLUE value IS 207 (81.25% from 255) = 30.17%
R=34.69%
G=35.13%
B=30.17%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382412070.0100.140.0565.2954.8487.84
HexEEF1CF10E5413758
Octal3563613171016510167130
Binary11101110111100011100111110111010110000011101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF1CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF1CF; }

 p { color: rgb(238,241,207); }

 H1.HeaderClassName
 {
   color: #EEF1CF;
 }
 .AnyTagClassName
 {
   color: #EEF1CF;
 }
</style>
background-color css

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

 a { background-color: rgb(238,241,207); }

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

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

 span { border-color: rgb(238,241,207); }

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