#EEF5CA

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

Shades of Rice Flower #EEF5CA

Tints of Rice Flower #EEF5CA

Color information

#EEF5CA (or 0xEEF5CA) is unknown color: approx Rice Flower. HEX triplet: EE, F5 and CA. RGB value is (238,245,202). Sum of RGB (Red+Green+Blue) = 238+245+202=685 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.74% from 685); Green value is 245 (96.09% from 255 or 35.77% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 245 - color contains mainly: green. Hex color #EEF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EEF5CA is #110A35. Grayscale: #EEEEEE. Windows color (decimal): -1116726 or 13301230. OLE color: 13301230.

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

Color convert

RGB238245202-
CMYK0.0300.180.04
HSL69.77º68.25%87.65%-
HSV(B)69.77º17.55%96.08%-
XYZ78.5787.7568.67-
YUV238107.68128-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.74%
GREEN value IS 245 (96.09% from 255) = 35.77%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=34.74%
G=35.77%
B=29.49%

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
Decimal2382452020.0300.180.0469.7768.2587.65
HexEEF5CA30124464458
Octal35636531230224106104130
Binary11101110111101011100101011010010100100011010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEF5CA; }

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

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

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

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

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

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

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

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