#EFF3CE

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

Shades of Rice Flower #EFF3CE

Tints of Rice Flower #EFF3CE

Color information

#EFF3CE (or 0xEFF3CE) is unknown color: approx Rice Flower. HEX triplet: EF, F3 and CE. RGB value is (239,243,206). Sum of RGB (Red+Green+Blue) = 239+243+206=688 (91% of max value = 765). Red value is 239 (93.75% from 255 or 34.74% from 688); Green value is 243 (95.31% from 255 or 35.32% from 688); Blue value is 206 (80.86% from 255 or 29.94% from 688); Max value from RGB is 243 - color contains mainly: green. Hex color #EFF3CE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #EFF3CE is #100C31. Grayscale: #EDEDED. Windows color (decimal): -1051698 or 13562863. OLE color: 13562863.

HSL color Cylindrical-coordinate representation of color #EFF3CE: hue angle of 66.49º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFF3CE is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB239243206-
CMYK0.0200.150.05
HSL66.49º60.66%88.04%-
HSV(B)66.49º15.23%95.29%-
XYZ78.7986.9171.01-
YUV237.59110.17129.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 34.74%
GREEN value IS 243 (95.31% from 255) = 35.32%
BLUE value IS 206 (80.86% from 255) = 29.94%
R=34.74%
G=35.32%
B=29.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2392432060.0200.150.0566.4960.6688.04
HexEFF3CE20F5423d58
Octal3573633162017510275130
Binary111011111111001111001110100111110110000101111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFF3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFF3CE; }

 p { color: rgb(239,243,206); }

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

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

 a { background-color: rgb(239,243,206); }

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

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

 span { border-color: rgb(239,243,206); }

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