#EFF7CA

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

Shades of Rice Flower #EFF7CA

Tints of Rice Flower #EFF7CA

Color information

#EFF7CA (or 0xEFF7CA) is unknown color: approx Rice Flower. HEX triplet: EF, F7 and CA. RGB value is (239,247,202). Sum of RGB (Red+Green+Blue) = 239+247+202=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 247 (96.88% from 255 or 35.90% from 688); Blue value is 202 (79.30% from 255 or 29.36% from 688); Max value from RGB is 247 - color contains mainly: green. Hex color #EFF7CA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF7CA is #100835. Grayscale: #EFEFEF. Windows color (decimal): -1050678 or 13301743. OLE color: 13301743.

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

Color convert

RGB239247202-
CMYK0.0300.180.03
HSL70.67º73.77%88.04%-
HSV(B)70.67º18.22%96.86%-
XYZ79.5289.1468.89-
YUV239.48106.85127.66-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 247 (96.88% from 255) = 35.90%
BLUE value IS 202 (79.30% from 255) = 29.36%
R=34.74%
G=35.90%
B=29.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392472020.0300.180.0370.6773.7788.04
HexEFF7CA30123474a58
Octal35736731230223107112130
Binary1110111111110111110010101101001011100011110010101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF7CA; }

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

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

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

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

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

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

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

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