#EFF8CA

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

Shades of Rice Flower #EFF8CA

Tints of Rice Flower #EFF8CA

Color information

#EFF8CA (or 0xEFF8CA) is unknown color: approx Rice Flower. HEX triplet: EF, F8 and CA. RGB value is (239,248,202). Sum of RGB (Red+Green+Blue) = 239+248+202=689 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.69% from 689); Green value is 248 (97.27% from 255 or 35.99% from 689); Blue value is 202 (79.30% from 255 or 29.32% from 689); Max value from RGB is 248 - color contains mainly: green. Hex color #EFF8CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF8CA is #100735. Grayscale: #F0F0F0. Windows color (decimal): -1050422 or 13301999. OLE color: 13301999.

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

Color convert

RGB239248202-
CMYK0.0400.190.03
HSL71.74º76.67%88.24%-
HSV(B)71.74º18.55%97.25%-
XYZ79.8289.7568.99-
YUV240.06106.52127.24-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.69%
GREEN value IS 248 (97.27% from 255) = 35.99%
BLUE value IS 202 (79.30% from 255) = 29.32%
R=34.69%
G=35.99%
B=29.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392482020.0400.190.0371.7476.6788.24
HexEFF8CA40133484d58
Octal35737031240233110115130
Binary11101111111110001100101010001001111100100010011011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF8CA; }

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

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

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

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

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

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

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

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