#EFF5CA

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

Shades of Rice Flower #EFF5CA

Tints of Rice Flower #EFF5CA

Color information

#EFF5CA (or 0xEFF5CA) is unknown color: approx Rice Flower. HEX triplet: EF, F5 and CA. RGB value is (239,245,202). Sum of RGB (Red+Green+Blue) = 239+245+202=686 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.84% from 686); Green value is 245 (96.09% from 255 or 35.71% from 686); Blue value is 202 (79.30% from 255 or 29.45% from 686); Max value from RGB is 245 - color contains mainly: green. Hex color #EFF5CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF5CA is #100A35. Grayscale: #EEEEEE. Windows color (decimal): -1051190 or 13301231. OLE color: 13301231.

HSL color Cylindrical-coordinate representation of color #EFF5CA: hue angle of 68.37º 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 #EFF5CA is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB239245202-
CMYK0.0200.180.04
HSL68.37º68.25%87.65%-
HSV(B)68.37º17.55%96.08%-
XYZ78.9187.9268.69-
YUV238.3107.51128.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.84%
GREEN value IS 245 (96.09% from 255) = 35.71%
BLUE value IS 202 (79.30% from 255) = 29.45%
R=34.84%
G=35.71%
B=29.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392452020.0200.180.0468.3768.2587.65
HexEFF5CA20124444458
Octal35736531220224104104130
Binary11101111111101011100101010010010100100010010001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF5CA; }

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

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

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

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

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

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

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

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