#EEF5C8

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

Shades of Rice Flower #EEF5C8

Tints of Rice Flower #EEF5C8

Color information

#EEF5C8 (or 0xEEF5C8) is unknown color: approx Rice Flower. HEX triplet: EE, F5 and C8. RGB value is (238,245,200). Sum of RGB (Red+Green+Blue) = 238+245+200=683 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.85% from 683); Green value is 245 (96.09% from 255 or 35.87% from 683); Blue value is 200 (78.52% from 255 or 29.28% from 683); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5C8 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5C8 is #110A37. Grayscale: #EDEDED. Windows color (decimal): -1116728 or 13170158. OLE color: 13170158.

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

Color convert

RGB238245200-
CMYK0.0300.180.04
HSL69.33º69.23%87.25%-
HSV(B)69.33º18.37%96.08%-
XYZ78.3487.6567.43-
YUV237.78106.68128.16-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.85%
GREEN value IS 245 (96.09% from 255) = 35.87%
BLUE value IS 200 (78.52% from 255) = 29.28%
R=34.85%
G=35.87%
B=29.28%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382452000.0300.180.0469.3369.2387.25
HexEEF5C830124454557
Octal35636531030224105105127
Binary11101110111101011100100011010010100100010110001011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5C8; }

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

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

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

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

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

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

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

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