#EFF4CA

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

Shades of Rice Flower #EFF4CA

Tints of Rice Flower #EFF4CA

Color information

#EFF4CA (or 0xEFF4CA) is unknown color: approx Rice Flower. HEX triplet: EF, F4 and CA. RGB value is (239,244,202). Sum of RGB (Red+Green+Blue) = 239+244+202=685 (90% of max value = 765). Red value is 239 (93.75% from 255 or 34.89% from 685); Green value is 244 (95.70% from 255 or 35.62% from 685); Blue value is 202 (79.30% from 255 or 29.49% from 685); Max value from RGB is 244 - color contains mainly: green. Hex color #EFF4CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF4CA is #100B35. Grayscale: #EDEDED. Windows color (decimal): -1051446 or 13300975. OLE color: 13300975.

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

Color convert

RGB239244202-
CMYK0.0200.170.04
HSL67.14º65.62%87.45%-
HSV(B)67.14º17.21%95.69%-
XYZ78.6187.3268.59-
YUV237.72107.84128.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.89%
GREEN value IS 244 (95.70% from 255) = 35.62%
BLUE value IS 202 (79.30% from 255) = 29.49%
R=34.89%
G=35.62%
B=29.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392442020.0200.170.0467.1465.6287.45
HexEFF4CA20114434257
Octal35736431220214103102127
Binary11101111111101001100101010010001100100001110000101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF4CA; }

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

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

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

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

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

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

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

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