#EEF4CD

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

Shades of Rice Flower #EEF4CD

Tints of Rice Flower #EEF4CD

Color information

#EEF4CD (or 0xEEF4CD) is unknown color: approx Rice Flower. HEX triplet: EE, F4 and CD. RGB value is (238,244,205). Sum of RGB (Red+Green+Blue) = 238+244+205=687 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.64% from 687); Green value is 244 (95.70% from 255 or 35.52% from 687); Blue value is 205 (80.47% from 255 or 29.84% from 687); Max value from RGB is 244 - color contains mainly: green. Hex color #EEF4CD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF4CD is #110B32. Grayscale: #EDEDED. Windows color (decimal): -1116979 or 13497582. OLE color: 13497582.

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

Color convert

RGB238244205-
CMYK0.0200.160.04
HSL69.23º63.93%88.04%-
HSV(B)69.23º15.98%95.69%-
XYZ78.6387.2970.46-
YUV237.76109.51128.17-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.64%
GREEN value IS 244 (95.70% from 255) = 35.52%
BLUE value IS 205 (80.47% from 255) = 29.84%
R=34.64%
G=35.52%
B=29.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382442050.0200.160.0469.2363.9388.04
HexEEF4CD20104454058
Octal35636431520204105100130
Binary11101110111101001100110110010000100100010110000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF4CD; }

 p { color: rgb(238,244,205); }

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

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

 a { background-color: rgb(238,244,205); }

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

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

 span { border-color: rgb(238,244,205); }

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