#EEF3DA

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

Shades of Rice Flower #EEF3DA

Tints of Rice Flower #EEF3DA

Color information

#EEF3DA (or 0xEEF3DA) is unknown color: approx Rice Flower. HEX triplet: EE, F3 and DA. RGB value is (238,243,218). Sum of RGB (Red+Green+Blue) = 238+243+218=699 (92% of max value = 765). Red value is 238 (93.36% from 255 or 34.05% from 699); Green value is 243 (95.31% from 255 or 34.76% from 699); Blue value is 218 (85.55% from 255 or 31.19% from 699); Max value from RGB is 243 - color contains mainly: green. Hex color #EEF3DA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF3DA is #110C25. Grayscale: #EEEEEE. Windows color (decimal): -1117222 or 14349294. OLE color: 14349294.

HSL color Cylindrical-coordinate representation of color #EEF3DA: hue angle of 72º degrees, saturation: 0.51, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EEF3DA is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB238243218-
CMYK0.0200.100.05
HSL72º51.02%90.39%-
HSV(B)72º10.29%95.29%-
XYZ79.9787.3478.97-
YUV238.66116.34127.53-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.05%
GREEN value IS 243 (95.31% from 255) = 34.76%
BLUE value IS 218 (85.55% from 255) = 31.19%
R=34.05%
G=34.76%
B=31.19%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382432180.0200.100.057251.0290.39
HexEEF3DA20A548335a
Octal3563633322012511063132
Binary111011101111001111011010100101010110010001100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF3DA; }

 p { color: rgb(238,243,218); }

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

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

 a { background-color: rgb(238,243,218); }

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

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

 span { border-color: rgb(238,243,218); }

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