#EEF5CF

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

Shades of Rice Flower #EEF5CF

Tints of Rice Flower #EEF5CF

Color information

#EEF5CF (or 0xEEF5CF) is unknown color: approx Rice Flower. HEX triplet: EE, F5 and CF. RGB value is (238,245,207). Sum of RGB (Red+Green+Blue) = 238+245+207=690 (91% of max value = 765). Red value is 238 (93.36% from 255 or 34.49% from 690); Green value is 245 (96.09% from 255 or 35.51% from 690); Blue value is 207 (81.25% from 255 or 30% from 690); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5CF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5CF is #110A30. Grayscale: #EEEEEE. Windows color (decimal): -1116721 or 13628910. OLE color: 13628910.

HSL color Cylindrical-coordinate representation of color #EEF5CF: hue angle of 71.05º degrees, saturation: 0.66, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EEF5CF is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB238245207-
CMYK0.0300.160.04
HSL71.05º65.52%88.63%-
HSV(B)71.05º15.51%96.08%-
XYZ79.1787.9971.84-
YUV238.58110.18127.59-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.49%
GREEN value IS 245 (96.09% from 255) = 35.51%
BLUE value IS 207 (81.25% from 255) = 30%
R=34.49%
G=35.51%
B=30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382452070.0300.160.0471.0565.5288.63
HexEEF5CF30104474259
Octal35636531730204107102131
Binary11101110111101011100111111010000100100011110000101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5CF; }

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

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

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

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

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

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

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

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